mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
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:
parent
217d115cd5
commit
003a46cfff
43 changed files with 498 additions and 1199 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue