diff options
Diffstat (limited to 'arch/arm/mach-sunxi/platsmp.c')
-rw-r--r-- | arch/arm/mach-sunxi/platsmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-sunxi/platsmp.c b/arch/arm/mach-sunxi/platsmp.c index 7b141d8342a1..0c7dbce033cc 100644 --- a/arch/arm/mach-sunxi/platsmp.c +++ b/arch/arm/mach-sunxi/platsmp.c | |||
@@ -82,7 +82,7 @@ static int sun6i_smp_boot_secondary(unsigned int cpu, | |||
82 | spin_lock(&cpu_lock); | 82 | spin_lock(&cpu_lock); |
83 | 83 | ||
84 | /* Set CPU boot address */ | 84 | /* Set CPU boot address */ |
85 | writel(virt_to_phys(sun6i_secondary_startup), | 85 | writel(virt_to_phys(secondary_startup), |
86 | cpucfg_membase + CPUCFG_PRIVATE0_REG); | 86 | cpucfg_membase + CPUCFG_PRIVATE0_REG); |
87 | 87 | ||
88 | /* Assert the CPU core in reset */ | 88 | /* Assert the CPU core in reset */ |