e40c0fe6b0
Signed-off-by: Joe Perches <joe@perches.com> arch/x86/kernel/reboot.c | 1 - include/asm-x86/elf.h | 5 ++--- include/asm-x86/posix_types.h | 8 +------- include/asm-x86/processor.h | 3 +-- include/asm-x86/unistd.h | 8 +------- 5 files changed, 5 insertions(+), 20 deletions(-) Signed-off-by: Ingo Molnar <mingo@elte.hu>
7 lines
139 B
C
7 lines
139 B
C
#ifdef __KERNEL__
|
|
# if defined(CONFIG_X86_32) || defined(__i386__)
|
|
# include "unistd_32.h"
|
|
# else
|
|
# include "unistd_64.h"
|
|
# endif
|
|
#endif
|