linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: Fix build error for arm1026ej-s processor
@ 2010-02-17 16:27 Abdoulaye Walsimou Gaye
  2010-02-18 16:38 ` Russell King - ARM Linux
  0 siblings, 1 reply; 2+ messages in thread
From: Abdoulaye Walsimou Gaye @ 2010-02-17 16:27 UTC (permalink / raw)
  To: linux-arm-kernel

This patch fix the below build error for arm1026ej-s processor (IntegratorCP/arm1026ej-s board).
  CC      init/main.o
In file included from include/linux/highmem.h:8,
                 from include/linux/pagemap.h:10,
                 from include/linux/mempolicy.h:62,
                 from init/main.c:52:
arch/arm/include/asm/cacheflush.h:134:2: error: #error Unknown cache maintainence model
make[1]: *** [init/main.o] Erreur 1
make: *** [init] Erreur 2

Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
---
 arch/arm/include/asm/cacheflush.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/arch/arm/include/asm/cacheflush.h b/arch/arm/include/asm/cacheflush.h
index c77d2fa..1832227 100644
--- a/arch/arm/include/asm/cacheflush.h
+++ b/arch/arm/include/asm/cacheflush.h
@@ -42,7 +42,8 @@
 #endif
 
 #if defined(CONFIG_CPU_ARM920T) || defined(CONFIG_CPU_ARM922T) || \
-    defined(CONFIG_CPU_ARM925T) || defined(CONFIG_CPU_ARM1020)
+    defined(CONFIG_CPU_ARM925T) || defined(CONFIG_CPU_ARM1020) || \
+     defined(CONFIG_CPU_ARM1026)
 # define MULTI_CACHE 1
 #endif
 
-- 
1.6.3.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] ARM: Fix build error for arm1026ej-s processor
  2010-02-17 16:27 [PATCH] ARM: Fix build error for arm1026ej-s processor Abdoulaye Walsimou Gaye
@ 2010-02-18 16:38 ` Russell King - ARM Linux
  0 siblings, 0 replies; 2+ messages in thread
From: Russell King - ARM Linux @ 2010-02-18 16:38 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Feb 17, 2010 at 05:27:51PM +0100, Abdoulaye Walsimou Gaye wrote:
> This patch fix the below build error for arm1026ej-s processor (IntegratorCP/arm1026ej-s board).
>   CC      init/main.o
> In file included from include/linux/highmem.h:8,
>                  from include/linux/pagemap.h:10,
>                  from include/linux/mempolicy.h:62,
>                  from init/main.c:52:
> arch/arm/include/asm/cacheflush.h:134:2: error: #error Unknown cache maintainence model
> make[1]: *** [init/main.o] Erreur 1
> make: *** [init] Erreur 2

Please submit this to the patch system.

Please add a 'CC: <stable@kernel.org>' to the attributations too, so that it
gets picked up by the stable team.

Thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-02-18 16:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-17 16:27 [PATCH] ARM: Fix build error for arm1026ej-s processor Abdoulaye Walsimou Gaye
2010-02-18 16:38 ` Russell King - ARM Linux

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).