Patch by martinwguy@yahoo.it to make Linux compile for ARM1026 processors.
I don't know if MULTI_CACHE 1 is actually right for these CPUs, but it
is what their closest cousins already have. A bit lame, I know.

--- linux-2.6.16/include/asm-arm/cacheflush.h.old	2006-03-20 05:53:29.000000000 +0000
+++ linux-2.6.16/include/asm-arm/cacheflush.h	2006-04-20 13:29:11.000000000 +0100
@@ -43,7 +43,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_ARM1022) || defined(CONFIG_CPU_ARM1026) 
 # define MULTI_CACHE 1
 #endif
 
