Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 129949
b: refs/heads/master
c: 4a13ad0
h: refs/heads/master
i:
  129947: e6122fb
v: v3
  • Loading branch information
Jan Beulich authored and Ingo Molnar committed Jan 15, 2009
1 parent 35d991a commit d1838e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5cca0cf15a94417f49625ce52e23589eed0a1675
refs/heads/master: 4a13ad0bd8869bb491c67918662f9b1852595af5
4 changes: 4 additions & 0 deletions trunk/arch/x86/kernel/apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,10 @@ void disable_local_APIC(void)
{
unsigned int value;

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

clear_local_APIC();

/*
Expand Down

0 comments on commit d1838e6

Please sign in to comment.