Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164291
b: refs/heads/master
c: c2777f9
h: refs/heads/master
i:
  164289: d4ffcb6
  164287: 3d99317
v: v3
  • Loading branch information
Daniel Walker authored and Ingo Molnar committed Sep 18, 2009
1 parent 2cc9300 commit 4d773c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bc3eb7076b2b808f79abd4bd33b6a7feebb6f5d5
refs/heads/master: c2777f98c205148f1a0d4f9ac03b9cb20b39b2da
3 changes: 1 addition & 2 deletions trunk/arch/x86/kernel/apic/apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d773c4

Please sign in to comment.