diff options
author | Graf Yang <graf.yang@analog.com> | 2009-05-25 00:27:22 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-06-12 06:11:49 -0400 |
commit | d1800fe0e50ed22673cd895f2b0a7c2b79d3010a (patch) | |
tree | 3f37fd9b1a49cfe3fc8e294c026c69804547715e /arch/blackfin/mach-common | |
parent | c8d5ea8ccb1ce586131c6c549899cb5073222da0 (diff) |
Blackfin: drop unused reserve_pda() function
The Per-processor Data Area isn't actually reserved by this function, and
all it ended up doing was issuing a printk(), so punt it.
Signed-off-by: Graf Yang <graf.yang@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-common')
-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 | |