diff options
Diffstat (limited to 'arch/x86/kernel/traps.c')
-rw-r--r-- | arch/x86/kernel/traps.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/x86/kernel/traps.c b/arch/x86/kernel/traps.c index 83264922a878..9346e102338d 100644 --- a/arch/x86/kernel/traps.c +++ b/arch/x86/kernel/traps.c | |||
@@ -59,12 +59,12 @@ | |||
59 | #include <asm/mach_traps.h> | 59 | #include <asm/mach_traps.h> |
60 | 60 | ||
61 | #ifdef CONFIG_X86_64 | 61 | #ifdef CONFIG_X86_64 |
62 | #include <asm/x86_init.h> | ||
62 | #include <asm/pgalloc.h> | 63 | #include <asm/pgalloc.h> |
63 | #include <asm/proto.h> | 64 | #include <asm/proto.h> |
64 | #else | 65 | #else |
65 | #include <asm/processor-flags.h> | 66 | #include <asm/processor-flags.h> |
66 | #include <asm/setup.h> | 67 | #include <asm/setup.h> |
67 | #include <asm/traps.h> | ||
68 | 68 | ||
69 | asmlinkage int system_call(void); | 69 | asmlinkage int system_call(void); |
70 | 70 | ||
@@ -972,7 +972,5 @@ void __init trap_init(void) | |||
972 | */ | 972 | */ |
973 | cpu_init(); | 973 | cpu_init(); |
974 | 974 | ||
975 | #ifdef CONFIG_X86_32 | 975 | x86_init.irqs.trap_init(); |
976 | x86_quirk_trap_init(); | ||
977 | #endif | ||
978 | } | 976 | } |