patch-2.2.8 linux/include/asm-arm/arch-arc/a.out.h
Next file: linux/include/asm-arm/arch-arc/hardware.h
Previous file: linux/include/asm-arm/a.out.h
Back to the patch index
Back to the overall index
-  Lines: 21
-  Date:
Sat May  8 11:06:57 1999
-  Orig file: 
v2.2.7/linux/include/asm-arm/arch-arc/a.out.h
-  Orig date: 
Fri Jan  8 22:36:17 1999
diff -u --recursive --new-file v2.2.7/linux/include/asm-arm/arch-arc/a.out.h linux/include/asm-arm/arch-arc/a.out.h
@@ -1,16 +1,14 @@
 /*
  * linux/include/asm-arm/arch-arc/a.out.h
  *
- * Copyright (C) 1996 Russell King
- *
- * Acorn Archimedes/A5000 a.out.h specs
+ * Copyright (C) 1996-1999 Russell King
  */
 #ifndef __ASM_ARCH_A_OUT_H
 #define __ASM_ARCH_A_OUT_H
 
-#ifdef __KERNEL__
-#define STACK_TOP		(0x01a00000)
-#endif
+#include <asm/arch/memory.h>
+
+#define STACK_TOP	TASK_SIZE
 
 #endif
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)