summaryrefslogtreecommitdiffstats
path: root/include/asm-sparc/a.out.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-04-29 21:13:14 +0000
committer <ralf@linux-mips.org>1997-04-29 21:13:14 +0000
commit19c9bba94152148523ba0f7ef7cffe3d45656b11 (patch)
tree40b1cb534496a7f1ca0f5c314a523c69f1fee464 /include/asm-sparc/a.out.h
parent7206675c40394c78a90e74812bbdbf8cf3cca1be (diff)
Import of Linux/MIPS 2.1.36
Diffstat (limited to 'include/asm-sparc/a.out.h')
-rw-r--r--include/asm-sparc/a.out.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/asm-sparc/a.out.h b/include/asm-sparc/a.out.h
index 6443e7612..cdc3e76ca 100644
--- a/include/asm-sparc/a.out.h
+++ b/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 @@ struct relocation_info /* used when header.a_machtype == M_SPARC */
#ifdef __KERNEL__
-#define STACK_TOP TASK_SIZE
+extern unsigned long stack_top;
+
+#define STACK_TOP (stack_top)
#endif