X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-i386%2Fa.out.h;h=c964d071fd65ead29cdb4e29e419529b2d3a7bbe;hb=a2f44b27303a5353859d77a3e96a1d3f33f56ab7;hp=ab17bb8e546518e341213ce60fe05d6de5665a41;hpb=134734d875a0a48d994ef20b9905209b4b8b6f75;p=linux-2.6.git diff --git a/include/asm-i386/a.out.h b/include/asm-i386/a.out.h index ab17bb8e5..c964d071f 100644 --- a/include/asm-i386/a.out.h +++ b/include/asm-i386/a.out.h @@ -19,7 +19,7 @@ struct exec #ifdef __KERNEL__ -#define STACK_TOP TASK_SIZE +#define STACK_TOP (TASK_SIZE - PAGE_SIZE) /* 1 page for vdso */ #endif