Loading arch/x86_64/kernel/bugs.c +1 −8 Original line number Diff line number Diff line Loading @@ -3,19 +3,12 @@ * * Copyright (C) 1994 Linus Torvalds * Copyright (C) 2000 SuSE * * This is included by init/main.c to check for architecture-dependent bugs. * * Needs: * void check_bugs(void); */ #include <linux/kernel.h> #include <linux/init.h> #include <asm/alternative.h> #include <asm/processor.h> #include <asm/i387.h> #include <asm/msr.h> #include <asm/pda.h> void __init check_bugs(void) { Loading include/asm-i386/bugs.h +1 −1 Original line number Diff line number Diff line Loading @@ -7,6 +7,6 @@ #ifndef _ASM_I386_BUG_H #define _ASM_I386_BUG_H extern void __init check_bugs(void); void check_bugs(void); #endif /* _ASM_I386_BUG_H */ Loading
arch/x86_64/kernel/bugs.c +1 −8 Original line number Diff line number Diff line Loading @@ -3,19 +3,12 @@ * * Copyright (C) 1994 Linus Torvalds * Copyright (C) 2000 SuSE * * This is included by init/main.c to check for architecture-dependent bugs. * * Needs: * void check_bugs(void); */ #include <linux/kernel.h> #include <linux/init.h> #include <asm/alternative.h> #include <asm/processor.h> #include <asm/i387.h> #include <asm/msr.h> #include <asm/pda.h> void __init check_bugs(void) { Loading
include/asm-i386/bugs.h +1 −1 Original line number Diff line number Diff line Loading @@ -7,6 +7,6 @@ #ifndef _ASM_I386_BUG_H #define _ASM_I386_BUG_H extern void __init check_bugs(void); void check_bugs(void); #endif /* _ASM_I386_BUG_H */