uml: kill x86_64 STACK_TOP_MAX

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 <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Jeff Dike 2007-06-16 10:16:10 -07:00 committed by Linus Torvalds
parent c539ab7307
commit 39a2790266

View file

@ -5,6 +5,7 @@
#include "choose-mode.h"
#undef STACK_TOP
#undef STACK_TOP_MAX
extern unsigned long stacksizelim;