Skip to content

Commit

Permalink
uml: kill x86_64 STACK_TOP_MAX
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed Jun 16, 2007
1 parent c539ab7 commit 39a2790
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-um/a.out.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "choose-mode.h"

#undef STACK_TOP
#undef STACK_TOP_MAX

extern unsigned long stacksizelim;

Expand Down

0 comments on commit 39a2790

Please sign in to comment.