arm64: dts: Revert "specify console via command line"
[linux/fpc-iii.git] / arch / arm / kernel / bugs.c
blob14c8dbbb7d2dfd7a0143d941224152a326982d7f
1 // SPDX-License-Identifier: GPL-2.0
2 #include <linux/init.h>
3 #include <asm/bugs.h>
4 #include <asm/proc-fns.h>
6 void check_other_bugs(void)
8 #ifdef MULTI_CPU
9 if (cpu_check_bugs)
10 cpu_check_bugs();
11 #endif
14 void __init check_bugs(void)
16 check_writebuffer_bugs();
17 check_other_bugs();