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 04a8e06f59a..891fb70d0aa 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)  static int tegra_sleep_cpu(unsigned long v2p)  { -	/* Switch to the identity mapping. */ -	cpu_switch_mm(idmap_pgd, &init_mm); - -	/* Flush the TLB. */ -	local_flush_tlb_all(); - +	setup_mm_for_reboot();  	tegra_sleep_cpu_finish(v2p);  	/* should never here */ |