aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/smp.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/kernel/smp.c')
-rw-r--r--arch/s390/kernel/smp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/kernel/smp.c b/arch/s390/kernel/smp.c
index 176a43e5b8b4..bf170c698f0c 100644
--- a/arch/s390/kernel/smp.c
+++ b/arch/s390/kernel/smp.c
@@ -441,10 +441,8 @@ int __cpuinit start_secondary(void *cpuvoid)
441 preempt_disable(); 441 preempt_disable();
442 /* Enable TOD clock interrupts on the secondary cpu. */ 442 /* Enable TOD clock interrupts on the secondary cpu. */
443 init_cpu_timer(); 443 init_cpu_timer();
444#ifdef CONFIG_VIRT_TIMER
445 /* Enable cpu timer interrupts on the secondary cpu. */ 444 /* Enable cpu timer interrupts on the secondary cpu. */
446 init_cpu_vtimer(); 445 init_cpu_vtimer();
447#endif
448 /* Enable pfault pseudo page faults on this cpu. */ 446 /* Enable pfault pseudo page faults on this cpu. */
449 pfault_init(); 447 pfault_init();
450 448