x86: unify some more trivial include/asm-x86/ 32/64 variants

Scripted unification.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
Thomas Gleixner 2007-10-15 13:57:47 +02:00 committed by Thomas Gleixner
parent 217d115cd5
commit 003a46cfff
43 changed files with 498 additions and 1199 deletions

View file

@ -1,5 +1,6 @@
#ifdef CONFIG_X86_32
# include "bugs_32.h"
#else
# include "bugs_64.h"
#endif
#ifndef _ASM_X86_BUGS_H
#define _ASM_X86_BUGS_H
void check_bugs(void);
#endif /* _ASM_X86_BUGS_H */