diff options
Diffstat (limited to 'arch/x86_64/kernel/crash.c')
-rw-r--r-- | arch/x86_64/kernel/crash.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86_64/kernel/crash.c b/arch/x86_64/kernel/crash.c index 7d7a9e75f70c..3525f884af82 100644 --- a/arch/x86_64/kernel/crash.c +++ b/arch/x86_64/kernel/crash.c | |||
@@ -194,9 +194,7 @@ void machine_crash_shutdown(struct pt_regs *regs) | |||
194 | if(cpu_has_apic) | 194 | if(cpu_has_apic) |
195 | disable_local_APIC(); | 195 | disable_local_APIC(); |
196 | 196 | ||
197 | #if defined(CONFIG_X86_IO_APIC) | ||
198 | disable_IO_APIC(); | 197 | disable_IO_APIC(); |
199 | #endif | ||
200 | 198 | ||
201 | crash_save_self(regs); | 199 | crash_save_self(regs); |
202 | } | 200 | } |