X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Fasm-um%2Fa.out.h;h=754181ee86831433bcfcc4e2ba4ad78c516c6229;hb=922a70d327bd4b11342c2afd08e20d35f52064c3;hp=f42ff14577fac4875228242f26128ae6659e92f0;hpb=42a2b54ce8c7b9d4f418995a7950e7e2e15e52ce;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-um/a.out.h b/include/asm-um/a.out.h index f42ff14577f..754181ee868 100644 --- a/include/asm-um/a.out.h +++ b/include/asm-um/a.out.h @@ -8,15 +8,4 @@ #include "asm/arch/a.out.h" -#undef STACK_TOP -#undef STACK_TOP_MAX - -extern unsigned long stacksizelim; - -#define STACK_ROOM (stacksizelim) - -#define STACK_TOP (TASK_SIZE - 2 * PAGE_SIZE) - -#define STACK_TOP_MAX STACK_TOP - #endif