patch-2.3.23 linux/include/asm-arm/a.out.h
Next file: linux/include/asm-arm/arcaudio.h
Previous file: linux/fs/super.c
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
Wed Oct 20 16:29:08 1999
-  Orig file: 
v2.3.22/linux/include/asm-arm/a.out.h
-  Orig date: 
Sat May  8 11:06:57 1999
diff -u --recursive --new-file v2.3.22/linux/include/asm-arm/a.out.h linux/include/asm-arm/a.out.h
@@ -27,7 +27,8 @@
 #define M_ARM 103
 
 #ifdef __KERNEL__
-#include <asm/arch/a.out.h>
+#define STACK_TOP	((current->personality == PER_LINUX_32BIT) ? \
+			 TASK_SIZE : TASK_SIZE_26)
 #endif
 
 #ifndef LIBRARY_START_TEXT
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)