c169859d6d
Most of asm-x86_64/bugs.h is code which should be in a C file, so put it there. Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com> Signed-off-by: Andi Kleen <ak@suse.de> Cc: Andi Kleen <ak@suse.de> Cc: Linus Torvalds <torvalds@linux-foundation.org>
6 lines
111 B
C
6 lines
111 B
C
#ifndef _ASM_X86_64_BUGS_H
|
|
#define _ASM_X86_64_BUGS_H
|
|
|
|
void check_bugs(void);
|
|
|
|
#endif /* _ASM_X86_64_BUGS_H */
|