summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tango/pm.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-tango/pm.c')
-rw-r--r--arch/arm/mach-tango/pm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tango/pm.c b/arch/arm/mach-tango/pm.c
index b05c6d6f99d0..406c0814eb6e 100644
--- a/arch/arm/mach-tango/pm.c
+++ b/arch/arm/mach-tango/pm.c
@@ -5,7 +5,7 @@
static int tango_pm_powerdown(unsigned long arg)
{
- tango_suspend(virt_to_phys(cpu_resume));
+ tango_suspend(__pa_symbol(cpu_resume));
return -EIO; /* tango_suspend has failed */
}