Remove spurious comments, headers and keywords from x86-64 bugs.[ch].
Use identify_boot_cpu()
AK: merged with other patch
Signed-off-by: Jeremy Fitzhardinge Signed-off-by: Andi Kleen
/* * This is included by init/main.c to check for architecture-dependent bugs. * * Needs: * void check_bugs(void); */ #ifndef _ASM_I386_BUG_H #define _ASM_I386_BUG_H void check_bugs(void); #endif /* _ASM_I386_BUG_H */