Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35823
b: refs/heads/master
c: fe7414a
h: refs/heads/master
i:
  35821: 58b6233
  35819: 99c92ea
  35815: b3a700e
  35807: 6c014f5
v: v3
  • Loading branch information
Andi Kleen authored and Andi Kleen committed Sep 26, 2006
1 parent 1e58238 commit aeceb92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 19f03ffecdb599c1f64113b6dda0a1f143d2bab9
refs/heads/master: fe7414a2882c953788af13a7f2c9d570ed8f71c5
5 changes: 1 addition & 4 deletions trunk/arch/x86_64/kernel/apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,6 @@ void __init sync_Arb_IDs(void)
| APIC_DM_INIT);
}

extern void __error_in_apic_c (void);

/*
* An initial setup of the virtual wire mode.
*/
Expand Down Expand Up @@ -313,8 +311,7 @@ void __cpuinit setup_local_APIC (void)

value = apic_read(APIC_LVR);

if ((SPURIOUS_APIC_VECTOR & 0x0f) != 0x0f)
__error_in_apic_c();
BUILD_BUG_ON((SPURIOUS_APIC_VECTOR & 0x0f) != 0x0f);

/*
* Double-check whether this APIC is really registered.
Expand Down

0 comments on commit aeceb92

Please sign in to comment.