perf tools: Streamline bpf examples and headers installation
[linux/fpc-iii.git] / arch / arm / kernel / bugs.c
blob7be5113101915cd81a5558f45238041138fb5a58
1 // SPDX-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 (processor.check_bugs)
10 processor.check_bugs();
11 #endif
14 void __init check_bugs(void)
16 check_writebuffer_bugs();
17 check_other_bugs();