]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arm/mach-socfpga/platsmp.c
Merge tag 'armsoc-soc' into test-merge
[karo-tx-linux.git] / arch / arm / mach-socfpga / platsmp.c
index 7ed61279332363438a92f7e7a1d87d4681129b87..c6f1df89f9af7fdf10049805714c4f5045165dc2 100644 (file)
@@ -40,7 +40,7 @@ static int socfpga_boot_secondary(unsigned int cpu, struct task_struct *idle)
 
                memcpy(phys_to_virt(0), &secondary_trampoline, trampoline_size);
 
-               writel(virt_to_phys(socfpga_secondary_startup),
+               writel(virt_to_phys(secondary_startup),
                       sys_manager_base_addr + (socfpga_cpu1start_addr & 0x000000ff));
 
                flush_cache_all();