aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/smpboot.c
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-06-07 07:47:30 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-06-07 07:47:30 +0100
commit4244952130c925c126c248f5059718538cbe9e2b (patch)
tree434b946eacf56eba1e655051e16cd1933ccc57b3 /xen/arch/x86/smpboot.c
parent81265c2af93866eb909491fe294fe343ca0c1e60 (diff)
downloadxen-4244952130c925c126c248f5059718538cbe9e2b.tar.gz
xen-4244952130c925c126c248f5059718538cbe9e2b.tar.bz2
xen-4244952130c925c126c248f5059718538cbe9e2b.zip
x86: Small APIC timer initialisation cleanup
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/arch/x86/smpboot.c')
-rw-r--r--xen/arch/x86/smpboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/x86/smpboot.c b/xen/arch/x86/smpboot.c
index aec3b100a0..6c007afbef 100644
--- a/xen/arch/x86/smpboot.c
+++ b/xen/arch/x86/smpboot.c
@@ -348,7 +348,7 @@ void start_secondary(void *unused)
construct_percpu_idt(cpu);
setup_secondary_APIC_clock();
- enable_APIC_timer();
+
/*
* low-memory mappings have been cleared, flush them from
* the local TLBs too.