2 * This is included by init/main.c to check for architecture-dependent bugs.
5 * void check_bugs(void);
10 #include <linux/config.h>
12 extern void check_bugs32(void);
13 extern void check_bugs64(void);
15 static inline void check_bugs(void)
23 #endif /* _ASM_BUGS_H */