diff options
Diffstat (limited to 'arch/s390/kernel/smp.c')
-rw-r--r-- | arch/s390/kernel/smp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/s390/kernel/smp.c b/arch/s390/kernel/smp.c index cb155d9fd749..08f9a4dfb18b 100644 --- a/arch/s390/kernel/smp.c +++ b/arch/s390/kernel/smp.c | |||
@@ -457,9 +457,10 @@ int __devinit start_secondary(void *cpuvoid) | |||
457 | /* Setup the cpu */ | 457 | /* Setup the cpu */ |
458 | cpu_init(); | 458 | cpu_init(); |
459 | preempt_disable(); | 459 | preempt_disable(); |
460 | /* init per CPU timer */ | 460 | /* Enable TOD clock interrupts on the secondary cpu. */ |
461 | init_cpu_timer(); | 461 | init_cpu_timer(); |
462 | #ifdef CONFIG_VIRT_TIMER | 462 | #ifdef CONFIG_VIRT_TIMER |
463 | /* Enable cpu timer interrupts on the secondary cpu. */ | ||
463 | init_cpu_vtimer(); | 464 | init_cpu_vtimer(); |
464 | #endif | 465 | #endif |
465 | /* Enable pfault pseudo page faults on this cpu. */ | 466 | /* Enable pfault pseudo page faults on this cpu. */ |