From e52282cc6fcff9920d014834ef0be8d3db9d1c0a Mon Sep 17 00:00:00 2001 From: Torben Hohn 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(-) diff --git a/arch/arm/include/asm/glue-cache.h b/arch/arm/include/asm/glue-cache.h index c81adc0..6bdbe97 100644 --- a/arch/arm/include/asm/glue-cache.h +++ b/arch/arm/include/asm/glue-cache.h @@ -17,7 +17,7 @@ * =========== */ #undef _CACHE -#undef MULTI_CACHE +#define MULTI_CACHE 1 #if defined(CONFIG_CPU_CACHE_V4) # ifdef _CACHE -- 1.7.10.4