ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbol
[linux-2.6-microblaze.git] / arch / arm / mach-mediatek / platsmp.c
index b821e34..726eb69 100644 (file)
@@ -122,7 +122,7 @@ static void __init __mtk_smp_prepare_cpus(unsigned int max_cpus, int trustzone)
         * write the address of slave startup address into the system-wide
         * jump register
         */
-       writel_relaxed(virt_to_phys(secondary_startup_arm),
+       writel_relaxed(__pa_symbol(secondary_startup_arm),
                        mtk_smp_base + mtk_smp_info->jump_reg);
 }