fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / include / asm-i386 / a.out.h
index ab17bb8..c964d07 100644 (file)
@@ -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