diff options
Diffstat (limited to 'arch/blackfin/mach-bf561/smp.c')
-rw-r--r-- | arch/blackfin/mach-bf561/smp.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/blackfin/mach-bf561/smp.c b/arch/blackfin/mach-bf561/smp.c index 7b07740cf68c..390accf17ebc 100644 --- a/arch/blackfin/mach-bf561/smp.c +++ b/arch/blackfin/mach-bf561/smp.c | |||
@@ -62,9 +62,6 @@ void __cpuinit platform_secondary_init(unsigned int cpu) | |||
62 | bfin_write_SICB_IWR1(IWR_DISABLE_ALL); | 62 | bfin_write_SICB_IWR1(IWR_DISABLE_ALL); |
63 | SSYNC(); | 63 | SSYNC(); |
64 | 64 | ||
65 | /* Store CPU-private information to the cpu_data array. */ | ||
66 | bfin_setup_cpudata(cpu); | ||
67 | |||
68 | /* We are done with local CPU inits, unblock the boot CPU. */ | 65 | /* We are done with local CPU inits, unblock the boot CPU. */ |
69 | set_cpu_online(cpu, true); | 66 | set_cpu_online(cpu, true); |
70 | spin_lock(&boot_lock); | 67 | spin_lock(&boot_lock); |