]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-um/a.out.h
Merge branch 'nfs-server-stable' of git://linux-nfs.org/~bfields/linux
[linux-2.6-omap-h63xx.git] / include / asm-um / a.out.h
index 50cee7b296f44693a65cea7751253844e12df7df..78bc9eed26b2b2b030171ab27fae694be72f9036 100644 (file)
@@ -5,6 +5,7 @@
 #include "choose-mode.h"
 
 #undef STACK_TOP
+#undef STACK_TOP_MAX
 
 extern unsigned long stacksizelim;
 
@@ -16,4 +17,6 @@ extern int honeypot;
 #define STACK_TOP \
        CHOOSE_MODE((honeypot ? host_task_size : task_size), task_size)
 
+#define STACK_TOP_MAX  STACK_TOP
+
 #endif