Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117681
b: refs/heads/master
c: db96b0a
h: refs/heads/master
i:
  117679: da7ed88
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Ingo Molnar committed Oct 22, 2008
1 parent 110de5d commit 26a2ebb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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: 8d433c407dea248c8db09edbc0b3c245977d596f
refs/heads/master: db96b0a0e4158806fcf03945a870f9320e6bac9b
8 changes: 5 additions & 3 deletions trunk/arch/x86/kernel/smpboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -893,9 +893,11 @@ static int __cpuinit do_boot_cpu(int apicid, int cpu)
smpboot_setup_warm_reset_vector(start_ip);
/*
* Be paranoid about clearing APIC errors.
*/
apic_write(APIC_ESR, 0);
apic_read(APIC_ESR);
*/
if (APIC_INTEGRATED(apic_version[boot_cpu_physical_apicid])) {
apic_write(APIC_ESR, 0);
apic_read(APIC_ESR);
}
}

/*
Expand Down

0 comments on commit 26a2ebb

Please sign in to comment.