]> err.no Git - linux-2.6/blobdiff - include/asm-m32r/a.out.h
Pull misc into release branch
[linux-2.6] / include / asm-m32r / a.out.h
index 4619ba5c372ed2941bf42d4cb1a6198f5bf1eafb..6a1b5d42f328c44231f8d0630f41f4b2a12d279f 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef _ASM_M32R_A_OUT_H
 #define _ASM_M32R_A_OUT_H
 
-/* orig : i386 2.4.18 */
-
 struct exec
 {
   unsigned long a_info;                /* Use macros N_MAGIC, etc for access */
@@ -22,6 +20,7 @@ struct exec
 #ifdef __KERNEL__
 
 #define STACK_TOP      TASK_SIZE
+#define STACK_TOP_MAX  STACK_TOP
 
 #endif