diff options
Diffstat (limited to 'arch/x86_64/kernel/nmi.c')
-rw-r--r-- | arch/x86_64/kernel/nmi.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86_64/kernel/nmi.c b/arch/x86_64/kernel/nmi.c index 6ec5217f4b73..72f40ca4f06b 100644 --- a/arch/x86_64/kernel/nmi.c +++ b/arch/x86_64/kernel/nmi.c | |||
@@ -130,12 +130,6 @@ int __init check_nmi_watchdog (void) | |||
130 | mdelay((10*1000)/nmi_hz); // wait 10 ticks | 130 | mdelay((10*1000)/nmi_hz); // wait 10 ticks |
131 | 131 | ||
132 | for (cpu = 0; cpu < NR_CPUS; cpu++) { | 132 | for (cpu = 0; cpu < NR_CPUS; cpu++) { |
133 | #ifdef CONFIG_SMP | ||
134 | /* Check cpu_callin_map here because that is set | ||
135 | after the timer is started. */ | ||
136 | if (!cpu_isset(cpu, cpu_callin_map)) | ||
137 | continue; | ||
138 | #endif | ||
139 | if (cpu_pda[cpu].__nmi_count - counts[cpu] <= 5) { | 133 | if (cpu_pda[cpu].__nmi_count - counts[cpu] <= 5) { |
140 | printk("CPU#%d: NMI appears to be stuck (%d)!\n", | 134 | printk("CPU#%d: NMI appears to be stuck (%d)!\n", |
141 | cpu, | 135 | cpu, |