Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68760
b: refs/heads/master
c: 3ac508b
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner authored and Thomas Gleixner committed Oct 14, 2007
1 parent be00c1b commit 75e7835
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: 1595f452f3d8daa066bfd3ba4120754bed3329e1
refs/heads/master: 3ac508be76bf4ef5861365d9f337f990d523be8f
7 changes: 2 additions & 5 deletions trunk/arch/x86/kernel/smpboot_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -335,11 +335,6 @@ void __cpuinit start_secondary(void)
*/
check_tsc_sync_target();

Dprintk("cpu %d: setting up apic clock\n", smp_processor_id());
setup_secondary_APIC_clock();

Dprintk("cpu %d: enabling apic timer\n", smp_processor_id());

if (nmi_watchdog == NMI_IO_APIC) {
disable_8259A_irq(0);
enable_NMI_through_LVT0(NULL);
Expand Down Expand Up @@ -374,6 +369,8 @@ void __cpuinit start_secondary(void)

unlock_ipi_call_lock();

setup_secondary_APIC_clock();

cpu_idle();
}

Expand Down

0 comments on commit 75e7835

Please sign in to comment.