]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-m32r/a.out.h
ide-generic: remove broken PPC_PREP support
[linux-2.6-omap-h63xx.git] / include / asm-m32r / a.out.h
index 4619ba5c372ed2941bf42d4cb1a6198f5bf1eafb..ab150f5c1666e6c543b1a508cd309b7804f490d0 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 */
@@ -19,10 +17,4 @@ struct exec
 #define N_DRSIZE(a)    ((a).a_drsize)
 #define N_SYMSIZE(a)   ((a).a_syms)
 
-#ifdef __KERNEL__
-
-#define STACK_TOP      TASK_SIZE
-
-#endif
-
 #endif /* _ASM_M32R_A_OUT_H */