|
@@ -82,7 +82,7 @@ static int sun6i_smp_boot_secondary(unsigned int cpu,
|
|
|
spin_lock(&cpu_lock);
|
|
spin_lock(&cpu_lock);
|
|
|
|
|
|
|
|
/* Set CPU boot address */
|
|
/* Set CPU boot address */
|
|
|
- writel(virt_to_phys(sun6i_secondary_startup),
|
|
|
|
|
|
|
+ writel(virt_to_phys(secondary_startup),
|
|
|
cpucfg_membase + CPUCFG_PRIVATE0_REG);
|
|
cpucfg_membase + CPUCFG_PRIVATE0_REG);
|
|
|
|
|
|
|
|
/* Assert the CPU core in reset */
|
|
/* Assert the CPU core in reset */
|