hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/mips/include/asm/bugs.h
....@@ -1,17 +1,11 @@
11 /* SPDX-License-Identifier: GPL-2.0 */
22 /*
3
- * This is included by init/main.c to check for architecture-dependent bugs.
4
- *
53 * Copyright (C) 2007 Maciej W. Rozycki
6
- *
7
- * Needs:
8
- * void check_bugs(void);
94 */
105 #ifndef _ASM_BUGS_H
116 #define _ASM_BUGS_H
127
138 #include <linux/bug.h>
14
-#include <linux/delay.h>
159 #include <linux/smp.h>
1610
1711 #include <asm/cpu.h>
....@@ -28,17 +22,6 @@
2822 {
2923 if (IS_ENABLED(CONFIG_CPU_R4X00_BUGS64))
3024 check_bugs64_early();
31
-}
32
-
33
-static inline void check_bugs(void)
34
-{
35
- unsigned int cpu = smp_processor_id();
36
-
37
- cpu_data[cpu].udelay_val = loops_per_jiffy;
38
- check_bugs32();
39
-
40
- if (IS_ENABLED(CONFIG_CPU_R4X00_BUGS64))
41
- check_bugs64();
4225 }
4326
4427 static inline int r4k_daddiu_bug(void)