Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: 7114/1: cache-l2x0: add missed dummy outer_resume entry
@ 2013-01-15  6:45 Barry Song
  0 siblings, 0 replies; only message in thread
From: Barry Song @ 2013-01-15  6:45 UTC (permalink / raw)
  To: linux-arm-kernel

From: Barry Song <Baohua.Song@csr.com>

commit 91c2ebb90b1890a adds resume entry for l2 in secure mode,
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;h=91c2ebb
but it misses the dummy entry when CONFIG_CACHE_L2X0 is not set.

Signed-off-by: Barry Song <Baohua.Song@csr.com>
---
 arch/arm/include/asm/outercache.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/include/asm/outercache.h b/arch/arm/include/asm/outercache.h
index 53426c6..12f71a1 100644
--- a/arch/arm/include/asm/outercache.h
+++ b/arch/arm/include/asm/outercache.h
@@ -92,6 +92,7 @@ static inline void outer_flush_range(phys_addr_t start, phys_addr_t end)
 static inline void outer_flush_all(void) { }
 static inline void outer_inv_all(void) { }
 static inline void outer_disable(void) { }
+static inline void outer_resume(void) { }
 
 #endif
 
-- 
1.7.5.4



Member of the CSR plc group of companies. CSR plc registered in England and Wales, registered number 4187346, registered office Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, United Kingdom
More information can be found at www.csr.com. Follow CSR on Twitter at http://twitter.com/CSR_PLC and read our blog at www.csr.com/blog

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-01-15  6:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-15  6:45 [PATCH 1/2] ARM: 7114/1: cache-l2x0: add missed dummy outer_resume entry Barry Song

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox