]> Git Repo - linux.git/commitdiff
uml: kill x86_64 STACK_TOP_MAX
authorJeff Dike <[email protected]>
Sat, 16 Jun 2007 17:16:10 +0000 (10:16 -0700)
committerLinus Torvalds <[email protected]>
Sat, 16 Jun 2007 20:16:16 +0000 (13:16 -0700)
The x86_64 a.out.h got a definition of STACK_TOP_MAX, which interferes with
the UML version.  So, just undef it like STACK_TOP.

Signed-off-by: Jeff Dike <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/asm-um/a.out.h

index 50cee7b296f44693a65cea7751253844e12df7df..7016b893ac9d7feef84533d30475998902e53735 100644 (file)
@@ -5,6 +5,7 @@
 #include "choose-mode.h"
 
 #undef STACK_TOP
+#undef STACK_TOP_MAX
 
 extern unsigned long stacksizelim;
 
This page took 0.051134 seconds and 4 git commands to generate.