summaryrefslogtreecommitdiff
path: root/arch/arm/include
diff options
context:
space:
mode:
authorGary King <gking@nvidia.com>2010-06-28 16:23:01 -0700
committerColin Cross <ccross@android.com>2010-10-06 16:26:15 -0700
commit7fab6bf0452340330bc007996e14da18ba2db066 (patch)
treea1cb055ce00921f4d2cfdb8f7ac7914342f0da80 /arch/arm/include
parent5397d4e30b2631b56e4a5402bdd07d3c5d27abd0 (diff)
[ARM] cache_l2x0: add shutdown and restart functions
Add shutdown and restart functions to the L2X0 outer cache controller, so that machines which need to flush and disable the outer cache controller prior to executing the architecture reset or platform suspend code can do so. Change-Id: I042aae121e7ba75223ed502afb4d118b0441597e Signed-off-by: Gary King <gking@nvidia.com> Signed-off-by: Colin Cross <ccross@android.com>
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/hardware/cache-l2x0.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/hardware/cache-l2x0.h b/arch/arm/include/asm/hardware/cache-l2x0.h
index 3161a79d136e..89e2ff8a3585 100644
--- a/arch/arm/include/asm/hardware/cache-l2x0.h
+++ b/arch/arm/include/asm/hardware/cache-l2x0.h
@@ -57,6 +57,8 @@
#ifndef __ASSEMBLY__
extern void __init l2x0_init(void __iomem *base, __u32 aux_val, __u32 aux_mask);
+extern void l2x0_shutdown(void);
+extern void l2x0_restart(void);
#endif
#endif