diff options
Diffstat (limited to 'arch/blackfin/mach-common/smp.c')
-rw-r--r-- | arch/blackfin/mach-common/smp.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/blackfin/mach-common/smp.c b/arch/blackfin/mach-common/smp.c index b6695957b065..3b8ebaee77f2 100644 --- a/arch/blackfin/mach-common/smp.c +++ b/arch/blackfin/mach-common/smp.c | |||
@@ -369,9 +369,6 @@ static void __cpuinit setup_secondary(unsigned int cpu) | |||
369 | bfin_write_ILAT(ilat); | 369 | bfin_write_ILAT(ilat); |
370 | CSYNC(); | 370 | CSYNC(); |
371 | 371 | ||
372 | /* Reserve the PDA space for the secondary CPU. */ | ||
373 | reserve_pda(); | ||
374 | |||
375 | /* Enable interrupt levels IVG7-15. IARs have been already | 372 | /* Enable interrupt levels IVG7-15. IARs have been already |
376 | * programmed by the boot CPU. */ | 373 | * programmed by the boot CPU. */ |
377 | bfin_irq_flags |= IMASK_IVG15 | | 374 | bfin_irq_flags |= IMASK_IVG15 | |