From e52282cc6fcff9920d014834ef0be8d3db9d1c0a Mon Sep 17 00:00:00 2001
From: Torben Hohn <torbenh@linutronix.de>
Date: Tue, 4 Jun 2013 14:40:58 +0200
Subject: [PATCH 33/51] glue-cache: always use MULTI_CACHE, because SGX module
 links against functions

---
 arch/arm/include/asm/glue-cache.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

@ arch/arm/include/asm/glue-cache.h:20 @
  *	===========
  */
 #undef _CACHE
-#undef MULTI_CACHE
+#define MULTI_CACHE 1
 
 #if defined(CONFIG_CPU_CACHE_V4)
 # ifdef _CACHE
-- 
1.7.10.4