From 39a279026609c205d331ec39fea11b2fd470a054 Mon Sep 17 00:00:00 2001 From: Jeff Dike Date: Sat, 16 Jun 2007 10:16:10 -0700 Subject: 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- include/asm-um/a.out.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/asm-um/a.out.h b/include/asm-um/a.out.h index 50cee7b296f..7016b893ac9 100644 --- a/include/asm-um/a.out.h +++ b/include/asm-um/a.out.h @@ -5,6 +5,7 @@ #include "choose-mode.h" #undef STACK_TOP +#undef STACK_TOP_MAX extern unsigned long stacksizelim; -- cgit v1.2.3