Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88793
b: refs/heads/master
c: 8f15b82
h: refs/heads/master
i:
  88791: cb107b2
v: v3
  • Loading branch information
Glauber de Oliveira Costa authored and Ingo Molnar committed Apr 17, 2008
1 parent eb12153 commit 0644e88
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: 3ff8171feecfcdee46be7d6e92259debe46ac87f
refs/heads/master: 8f15b82e22779fd44baeb78515c9c154b407eff0
3 changes: 2 additions & 1 deletion trunk/arch/x86/kernel/smpboot_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ static void __cpuinit start_secondary(void *unused)
*/
check_tsc_sync_target();

setup_secondary_clock();
if (nmi_watchdog == NMI_IO_APIC) {
disable_8259A_irq(0);
enable_NMI_through_LVT0();
Expand Down Expand Up @@ -214,6 +213,8 @@ static void __cpuinit start_secondary(void *unused)
unlock_ipi_call_lock();
per_cpu(cpu_state, smp_processor_id()) = CPU_ONLINE;

setup_secondary_clock();

wmb();
cpu_idle();
}
Expand Down

0 comments on commit 0644e88

Please sign in to comment.