Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138649
b: refs/heads/master
c: be71b85
h: refs/heads/master
i:
  138647: 9fecad7
v: v3
  • Loading branch information
Andi Kleen authored and H. Peter Anvin committed Feb 24, 2009
1 parent 8d2e262 commit e507a5f
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 5ca8681ca10f671427710f4954644359856581a3
refs/heads/master: be71b8553d0522aba535a815baaebb1f0bb9a9ec
7 changes: 7 additions & 0 deletions trunk/arch/x86/kernel/apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
#include <asm/apic.h>
#include <asm/i8259.h>
#include <asm/smp.h>
#include <asm/mce.h>

#include <mach_apic.h>
#include <mach_apicdef.h>
Expand Down Expand Up @@ -1270,6 +1271,12 @@ void __cpuinit setup_local_APIC(void)
apic_write(APIC_LVT1, value);

preempt_enable();

#ifdef CONFIG_X86_MCE_INTEL
/* Recheck CMCI information after local APIC is up on CPU #0 */
if (smp_processor_id() == 0)
cmci_recheck();
#endif
}

void __cpuinit end_local_APIC_setup(void)
Expand Down

0 comments on commit e507a5f

Please sign in to comment.