From 19c9bba94152148523ba0f7ef7cffe3d45656b11 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 29 Apr 1997 21:13:14 +0000 Subject: Import of Linux/MIPS 2.1.36 --- include/asm-sparc/a.out.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include/asm-sparc/a.out.h') 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 -- cgit v1.2.3