summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/headsmp.S
diff options
context:
space:
mode:
authorSeshendra Gadagottu <sgadagottu@nvidia.com>2013-03-04 10:51:41 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:05:39 -0700
commit89d243d571d0e0c85c98982785f817db3251001c (patch)
tree451d2851ea17bc91be48da3fcc7ffcd2576985e6 /arch/arm/mach-tegra/headsmp.S
parent66c314cc6271b32deee8e923d60a2d69d12e3881 (diff)
arm: scu: Enable SCU speculative line fill
Enable SCU speculative line fill by default for T14x SOC. Bug 1236318 Change-Id: I5f0e862f8a15779e560b96649fe29211615e7870 Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: http://git-master/r/212826 Reviewed-by: Krishna Reddy <vdumpa@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/headsmp.S')
-rw-r--r--arch/arm/mach-tegra/headsmp.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/headsmp.S b/arch/arm/mach-tegra/headsmp.S
index aee82707420a..35e1f62a7347 100644
--- a/arch/arm/mach-tegra/headsmp.S
+++ b/arch/arm/mach-tegra/headsmp.S
@@ -109,6 +109,9 @@ ENTRY(tegra_resume)
mov32 r0, TEGRA_ARM_PERIF_BASE
ldr r1, [r0]
orr r1, r1, #1
+#ifdef CONFIG_ARCH_TEGRA_14x_SOC
+ orr r1, r1, #8
+#endif
str r1, [r0]
#endif /* CONFIG_HAVE_ARM_SCU */