Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189428
b: refs/heads/master
c: 8525702
h: refs/heads/master
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed Apr 2, 2010
1 parent a501001 commit e88c008
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 50d11d190afa4e21284b735bb0a092036f298f0b
refs/heads/master: 85257024096a96fc5c00ce59d685f62bbed3ad95
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/smpboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,6 @@ static void __cpuinit smp_callin(void)
end_local_APIC_setup();
map_cpu_to_logical_apicid();

notify_cpu_starting(cpuid);

/*
* Need to setup vector mappings before we enable interrupts.
*/
Expand All @@ -264,6 +262,8 @@ static void __cpuinit smp_callin(void)
*/
smp_store_cpu_info(cpuid);

notify_cpu_starting(cpuid);

/*
* Allow the master to continue.
*/
Expand Down

0 comments on commit e88c008

Please sign in to comment.