Browse Source

Merge branch 'socfpga/soc' into next/soc

* socfpga/soc:
  ARM: socfpga: fix build error due to secondary_startup
Kevin Hilman 10 years ago
parent
commit
259f47eb44
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/mach-socfpga/platsmp.c

+ 1 - 1
arch/arm/mach-socfpga/platsmp.c

@@ -63,7 +63,7 @@ static int socfpga_a10_boot_secondary(unsigned int cpu, struct task_struct *idle
 		       SOCFPGA_A10_RSTMGR_MODMPURST);
 		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 & 0x00000fff));
 
 		flush_cache_all();