summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/sleep.S
diff options
context:
space:
mode:
authorScott Williams <scwilliams@nvidia.com>2011-07-21 12:16:18 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:46:56 -0800
commitddc435884e68eb21ef843743257c2cb2a72b8aec (patch)
treec8274b615142c0de0bb9a34ffa6c38db1f8e2d50 /arch/arm/mach-tegra/sleep.S
parent5ca3c58cdc4b4e6b9b6dd9dc37ccef3eb58b8df2 (diff)
ARM: tegra: power: Align MMU shutdown code to L1 cache line
The MMU shutdown code must be aligned to an L1 cache line boundary. Change-Id: Ib6c976470983b7f69b45e720104fc65cae54e162 Signed-off-by: Scott Williams <scwilliams@nvidia.com> Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com> Rebase-Id: R305325117ba1debc8d112b4c3596c158df98d75e
Diffstat (limited to 'arch/arm/mach-tegra/sleep.S')
-rw-r--r--arch/arm/mach-tegra/sleep.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/sleep.S b/arch/arm/mach-tegra/sleep.S
index 5b8a81b9a8e2..915a7b467f52 100644
--- a/arch/arm/mach-tegra/sleep.S
+++ b/arch/arm/mach-tegra/sleep.S
@@ -260,6 +260,7 @@ tegra_pgd_phys_address:
* called with VA=PA mapping
* turns off MMU, icache, dcache and branch prediction
*/
+ .align L1_CACHE_SHIFT
tegra_shut_off_mmu:
mrc p15, 0, r3, c1, c0, 0
movw r2, #(1 << 12) | (1 << 11) | (1 << 2) | (1 << 0)