Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201049
b: refs/heads/master
c: fd19dce
h: refs/heads/master
i:
  201047: 88c6ffc
v: v3
  • Loading branch information
Yinghai Lu authored and H. Peter Anvin committed Jul 16, 2010
1 parent fae17eb commit 3453ca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 08be97962bf338161325d4901642f956ce8c1adb
refs/heads/master: fd19dce7ac07973f700b0f13fb7f94b951414a4c
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/apic/apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ void disable_local_APIC(void)
unsigned int value;

/* APIC hasn't been mapped yet */
if (!apic_phys)
if (!x2apic_mode && !apic_phys)
return;

clear_local_APIC();
Expand Down

0 comments on commit 3453ca9

Please sign in to comment.