patch-2.3.23 linux/include/asm-arm/arch-ebsa285/memory.h

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

diff -u --recursive --new-file v2.3.22/linux/include/asm-arm/arch-ebsa285/memory.h linux/include/asm-arm/arch-ebsa285/memory.h
@@ -23,6 +23,7 @@
  * Task size: 3GB
  */
 #define TASK_SIZE		(0xc0000000UL)
+#define TASK_SIZE_26		(0x04000000UL)
 
 /*
  * Page offset: 3GB
@@ -42,6 +43,7 @@
  * Task size: 1.5GB
  */
 #define TASK_SIZE		(0x60000000UL)
+#define TASK_SIZE_26		(0x04000000UL)
 
 /*
  * Page offset: 1.5GB

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