aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic
diff options
context:
space:
mode:
authorDaniel Walker <dwalker@fifo99.com>2009-09-12 10:40:20 -0700
committerIngo Molnar <mingo@elte.hu>2009-09-18 13:45:33 +0200
commitc2777f98c205148f1a0d4f9ac03b9cb20b39b2da (patch)
tree3f6aad6e8f92ef3f3470de59e3a61afd132edf0b /arch/x86/kernel/apic
parentx86: Remove final bits of CONFIG_X86_OLD_MCE (diff)
downloadlinux-dev-c2777f98c205148f1a0d4f9ac03b9cb20b39b2da.tar.xz
linux-dev-c2777f98c205148f1a0d4f9ac03b9cb20b39b2da.zip
x86: apic: Convert BUG() to BUG_ON()
This was done using Coccinelle's BUG_ON semantic patch. Signed-off-by: Daniel Walker <dwalker@fifo99.com> Cc: Julia Lawall <julia@diku.dk> LKML-Reference: <1252777220-30796-1-git-send-email-dwalker@fifo99.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/apic')
-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)
* Double-check whether this APIC is really registered.
* This is meaningless in clustered apic mode, so we skip it.
*/
- if (!apic->apic_id_registered())
- BUG();
+ BUG_ON(!apic->apic_id_registered());
/*
* Intel recommends to set DFR, LDR and TPR before enabling