patch-2.1.16 linux/include/asm-sparc/a.out.h
Next file: linux/include/asm-sparc/asmmacro.h
Previous file: linux/include/asm-ppc/unistd.h.cort
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Fri Dec 13 11:37:39 1996
- Orig file:
v2.1.15/linux/include/asm-sparc/a.out.h
- Orig date:
Tue Nov 12 15:56:12 1996
diff -u --recursive --new-file v2.1.15/linux/include/asm-sparc/a.out.h linux/include/asm-sparc/a.out.h
@@ -1,4 +1,4 @@
-/* $Id: a.out.h,v 1.9 1996/05/29 13:44:54 ecd Exp $ */
+/* $Id: a.out.h,v 1.11 1996/12/03 08:44:56 jj Exp $ */
#ifndef __SPARC_A_OUT_H__
#define __SPARC_A_OUT_H__
@@ -89,7 +89,9 @@
#ifdef __KERNEL__
-#define STACK_TOP TASK_SIZE
+extern unsigned long stack_top;
+
+#define STACK_TOP (stack_top)
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov