summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/pm.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-tegra/pm.c')
-rw-r--r--arch/arm/mach-tegra/pm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/pm.c b/arch/arm/mach-tegra/pm.c
index 1c69f6d47910..4456a9cd8ead 100644
--- a/arch/arm/mach-tegra/pm.c
+++ b/arch/arm/mach-tegra/pm.c
@@ -240,7 +240,8 @@ static __init int create_suspend_pgtable(void)
identity_mapping_add(tegra_pgd, IO_IRAM_PHYS,
IO_IRAM_PHYS + SECTION_SIZE);
- tegra_pgd_phys = virt_to_phys(tegra_pgd);
+ /* inner/outer write-back/write-allocate, sharable */
+ tegra_pgd_phys = (virt_to_phys(tegra_pgd) & PAGE_MASK) | 0x4A;
return 0;
}