diff options
Diffstat (limited to 'arch/arm/mach-tegra/pm.c')
-rw-r--r-- | arch/arm/mach-tegra/pm.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/arm/mach-tegra/pm.c b/arch/arm/mach-tegra/pm.c index 04a8e06f59a9..891fb70d0aa7 100644 --- a/arch/arm/mach-tegra/pm.c +++ b/arch/arm/mach-tegra/pm.c | |||
@@ -169,12 +169,7 @@ int tegra_cpu_do_idle(void) | |||
169 | 169 | ||
170 | static int tegra_sleep_cpu(unsigned long v2p) | 170 | static int tegra_sleep_cpu(unsigned long v2p) |
171 | { | 171 | { |
172 | /* Switch to the identity mapping. */ | 172 | setup_mm_for_reboot(); |
173 | cpu_switch_mm(idmap_pgd, &init_mm); | ||
174 | |||
175 | /* Flush the TLB. */ | ||
176 | local_flush_tlb_all(); | ||
177 | |||
178 | tegra_sleep_cpu_finish(v2p); | 173 | tegra_sleep_cpu_finish(v2p); |
179 | 174 | ||
180 | /* should never here */ | 175 | /* should never here */ |