ARM: 7639/1: cache-l2x0: add missed dummy outer_resume entry
authorBarry Song <Baohua.Song@csr.com>
Mon, 4 Feb 2013 06:46:57 +0000 (07:46 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 6 Feb 2013 09:33:07 +0000 (09:33 +0000)
Commit 91c2ebb90b1890a (ARM: 7114/1: cache-l2x0: add resume entry for l2
in secure mode) added resume entry for l2 in secure mode, but it missed
the dummy entry when CONFIG_CACHE_L2X0 is not set.

(Commit text edited by rmk.)

Signed-off-by: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/include/asm/outercache.h

index 53426c6..12f71a1 100644 (file)
@@ -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