hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/arm/kernel/bugs.c
....@@ -1,5 +1,6 @@
11 // SPDX-License-Identifier: GPL-2.0
22 #include <linux/init.h>
3
+#include <linux/cpu.h>
34 #include <asm/bugs.h>
45 #include <asm/proc-fns.h>
56
....@@ -11,7 +12,7 @@
1112 #endif
1213 }
1314
14
-void __init check_bugs(void)
15
+void __init arch_cpu_finalize_init(void)
1516 {
1617 check_writebuffer_bugs();
1718 check_other_bugs();