patch-2.3.99-pre6 linux/include/asm-arm/arch-ebsa110/hardware.h

Next file: linux/include/asm-arm/arch-ebsa285/irq.h
Previous file: linux/include/asm-arm/arch-cl7500/vmalloc.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre5/linux/include/asm-arm/arch-ebsa110/hardware.h linux/include/asm-arm/arch-ebsa110/hardware.h
@@ -1,7 +1,7 @@
 /*
  * linux/include/asm-arm/arch-ebsa110/hardware.h
  *
- * Copyright (C) 1996-1999 Russell King.
+ * Copyright (C) 1996-2000 Russell King.
  *
  * This file contains the hardware definitions of the EBSA-110.
  */
@@ -27,7 +27,6 @@
  * RAM definitions
  */
 #define FLUSH_BASE_PHYS		0x40000000
-#define UNCACHEABLE_ADDR	0xf3000000
 
 #else	/* __ASSEMBLY__ */
 
@@ -40,6 +39,8 @@
 
 #define FLUSH_BASE		0xdf000000
 #define PCIO_BASE		0xf0000000
+
+#define UNCACHEABLE_ADDR	0xf3000000
 
 #define PARAMS_BASE		(PAGE_OFFSET + 0x400)
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)