aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/apic/apic.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/kernel/apic/apic.c b/arch/x86/kernel/apic/apic.c
index 159740decc41..79e5b92a5800 100644
--- a/arch/x86/kernel/apic/apic.c
+++ b/arch/x86/kernel/apic/apic.c
@@ -1196,8 +1196,7 @@ void __cpuinit setup_local_APIC(void)
1196 * Double-check whether this APIC is really registered. 1196 * Double-check whether this APIC is really registered.
1197 * This is meaningless in clustered apic mode, so we skip it. 1197 * This is meaningless in clustered apic mode, so we skip it.
1198 */ 1198 */
1199 if (!apic->apic_id_registered()) 1199 BUG_ON(!apic->apic_id_registered());
1200 BUG();
1201 1200
1202 /* 1201 /*
1203 * Intel recommends to set DFR, LDR and TPR before enabling 1202 * Intel recommends to set DFR, LDR and TPR before enabling