Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112710
b: refs/heads/master
c: 9ce122c
h: refs/heads/master
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Ingo Molnar committed Aug 15, 2008
1 parent acb0888 commit 150370c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f07f4f9046121ac803bc2f0ded3d77b7c2ab481b
refs/heads/master: 9ce122c6e55c44ae9a4c4c777579b87d83e7f898
3 changes: 2 additions & 1 deletion trunk/arch/x86/kernel/apic_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -830,10 +830,11 @@ void lapic_shutdown(void)
return;

local_irq_save(flags);
clear_local_APIC();

if (enabled_via_apicbase)
disable_local_APIC();
else
clear_local_APIC();

local_irq_restore(flags);
}
Expand Down

0 comments on commit 150370c

Please sign in to comment.