hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/arm/kernel/bugs.c
....@@ -1,5 +1,6 @@
1
-// SPDX-Identifier: GPL-2.0
1
+// 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();