57decbda6a
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 <jeremy@xensource.com> Signed-off-by: Andi Kleen <ak@suse.de>
12 lines
225 B
C
12 lines
225 B
C
/*
|
|
* 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 */
|