X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-i386%2Fa.out.h;h=c964d071fd65ead29cdb4e29e419529b2d3a7bbe;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=ab17bb8e546518e341213ce60fe05d6de5665a41;hpb=64ba3f394c830ec48a1c31b53dcae312c56f1604;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