summaryrefslogtreecommitdiff
blob: 83aa773f427558f97e397a1c6c39ccb2daafbd63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
--- linux-2.6.7/include/asm-arm/glue.h	2004-07-19 01:35:04.000000000 -0400
+++ linux-2.6.7/include/asm-arm/glue.h	2004-07-20 10:24:37.812214000 -0400
@@ -107,8 +107,5 @@
 # endif
 #endif
 
-#ifndef CPU_ABORT_HANDLER
-#error Unknown data abort handler type
-#endif
 
 #endif
--- linux-2.6.7/include/asm-arm/cacheflush.h	2004-07-19 01:35:04.000000000 -0400
+++ linux-2.6.7/include/asm-arm/cacheflush.h	2004-07-20 10:29:49.292214000 -0400
@@ -77,9 +77,6 @@
 //# endif
 #endif
 
-#if !defined(_CACHE) && !defined(MULTI_CACHE)
-#error Unknown cache maintainence model
-#endif
 
 /*
  * This flag is used to indicate that the page pointed to by a pte
--- linux-2.6.7/include/asm-arm/page.h	2004-07-19 01:35:04.000000000 -0400
+++ linux-2.6.7/include/asm-arm/page.h	2004-07-20 10:28:36.542214000 -0400
@@ -92,9 +92,6 @@
 # endif
 #endif
 
-#ifndef _USER
-#error Unknown user operations model
-#endif
 
 struct cpu_user_fns {
 	void (*cpu_clear_user_page)(void *p, unsigned long user);