We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189129a commit 73e2d82Copy full SHA for 73e2d82
arch/arm64/kernel/setup.c
@@ -303,13 +303,14 @@ void __init __no_sanitize_address setup_arch(char **cmdline_p)
303
early_fixmap_init();
304
early_ioremap_init();
305
306
- setup_machine_fdt(__fdt_pointer);
307
-
308
/*
309
* Initialise the static keys early as they may be enabled by the
310
- * cpufeature code and early parameters.
+ * cpufeature code, early parameters, and DT setup.
311
*/
312
jump_label_init();
+
+ setup_machine_fdt(__fdt_pointer);
313
314
parse_early_param();
315
316
0 commit comments