patch-2.3.40 linux/include/asm-sparc/a.out.h
Next file: linux/include/asm-sparc/asm_offsets.h
Previous file: linux/include/asm-ppc/stat.h
Back to the patch index
Back to the overall index
- Lines: 39
- Date:
Thu Jan 13 12:03:00 2000
- Orig file:
v2.3.39/linux/include/asm-sparc/a.out.h
- Orig date:
Tue Apr 14 17:44:23 1998
diff -u --recursive --new-file v2.3.39/linux/include/asm-sparc/a.out.h linux/include/asm-sparc/a.out.h
@@ -1,4 +1,4 @@
-/* $Id: a.out.h,v 1.12 1998/02/05 14:20:00 jj Exp $ */
+/* $Id: a.out.h,v 1.13 2000/01/09 10:46:53 anton Exp $ */
#ifndef __SPARC_A_OUT_H__
#define __SPARC_A_OUT_H__
@@ -89,30 +89,9 @@
#ifdef __KERNEL__
-#include <linux/config.h>
-#include <asm/btfixup.h>
+#include <asm/page.h>
-#ifdef CONFIG_SUN4
-
-#define STACK_TOP (0xefffe000UL)
-
-#else
-
-extern unsigned long stack_top;
-
-# ifndef MODULE
-
- BTFIXUPDEF_SETHI_INIT(stack_top,0xeffff000)
-
-# define STACK_TOP ((unsigned long)BTFIXUP_SETHI(stack_top))
-
-# else /* MODULE */
-
-# define STACK_TOP (stack_top)
-
-# endif /* MODULE */
-
-#endif /* !CONFIG_SUN4 */
+#define STACK_TOP (PAGE_OFFSET - PAGE_SIZE)
#endif /* __KERNEL__ */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)