diff options
Diffstat (limited to 'arch/x86/kernel/apic_32.c')
-rw-r--r-- | arch/x86/kernel/apic_32.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/kernel/apic_32.c b/arch/x86/kernel/apic_32.c index 4b99b1bdeb6c..26e7a62e9ab6 100644 --- a/arch/x86/kernel/apic_32.c +++ b/arch/x86/kernel/apic_32.c | |||
@@ -1269,6 +1269,10 @@ int __init APIC_init_uniprocessor(void) | |||
1269 | 1269 | ||
1270 | setup_local_APIC(); | 1270 | setup_local_APIC(); |
1271 | 1271 | ||
1272 | #ifdef CONFIG_X86_IO_APIC | ||
1273 | if (!smp_found_config || skip_ioapic_setup || !nr_ioapics) | ||
1274 | #endif | ||
1275 | localise_nmi_watchdog(); | ||
1272 | end_local_APIC_setup(); | 1276 | end_local_APIC_setup(); |
1273 | #ifdef CONFIG_X86_IO_APIC | 1277 | #ifdef CONFIG_X86_IO_APIC |
1274 | if (smp_found_config) | 1278 | if (smp_found_config) |