summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/sleep.S
diff options
context:
space:
mode:
authorScott Williams <scwilliams@nvidia.com>2011-08-03 20:36:21 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:47:02 -0800
commite0047bcef58bc524b38217c7da7feca23388b839 (patch)
tree5579ad49ef49f56b08982ef5c3ba9f32c7b2f6bd /arch/arm/mach-tegra/sleep.S
parenteebc91326681f02111bd463ef40d8f9286ee24bf (diff)
ARM: tegra: power: Use standard definitions for SCTLR
Change-Id: Ie2f619df4e5bff06960dcaa910a39d4cff78b879 Signed-off-by: Scott Williams <scwilliams@nvidia.com> Rebase-Id: Ra75a8dba9e8f0fa57081a3fed9b3ef743b3c8796
Diffstat (limited to 'arch/arm/mach-tegra/sleep.S')
-rw-r--r--arch/arm/mach-tegra/sleep.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/sleep.S b/arch/arm/mach-tegra/sleep.S
index b25f01ce5a47..e997b228a791 100644
--- a/arch/arm/mach-tegra/sleep.S
+++ b/arch/arm/mach-tegra/sleep.S
@@ -291,7 +291,7 @@ tegra_pgd_phys_address:
.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)
+ movw r2, #CR_I | CR_Z | CR_C | CR_M
bic r3, r3, r2
dsb
mcr p15, 0, r3, c1, c0, 0