diff options
| -rw-r--r-- | arch/powerpc/kernel/smp.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/powerpc/kernel/smp.c b/arch/powerpc/kernel/smp.c index 8764daad309b..a61b3ddd7bb3 100644 --- a/arch/powerpc/kernel/smp.c +++ b/arch/powerpc/kernel/smp.c | |||
| @@ -499,14 +499,6 @@ int __devinit start_secondary(void *unused) | |||
| 499 | current->active_mm = &init_mm; | 499 | current->active_mm = &init_mm; |
| 500 | 500 | ||
| 501 | smp_store_cpu_info(cpu); | 501 | smp_store_cpu_info(cpu); |
| 502 | |||
| 503 | #if defined(CONFIG_BOOKE) || defined(CONFIG_40x) | ||
| 504 | /* Clear any pending timer interrupts */ | ||
| 505 | mtspr(SPRN_TSR, TSR_ENW | TSR_WIS | TSR_DIS | TSR_FIS); | ||
| 506 | |||
| 507 | /* Enable decrementer interrupt */ | ||
| 508 | mtspr(SPRN_TCR, TCR_DIE); | ||
| 509 | #endif | ||
| 510 | set_dec(tb_ticks_per_jiffy); | 502 | set_dec(tb_ticks_per_jiffy); |
| 511 | preempt_disable(); | 503 | preempt_disable(); |
| 512 | cpu_callin_map[cpu] = 1; | 504 | cpu_callin_map[cpu] = 1; |
