uml: kill x86_64 STACK_TOP_MAX
authorJeff Dike <jdike@addtoit.com>
Sat, 16 Jun 2007 17:16:10 +0000 (10:16 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sat, 16 Jun 2007 20:16:16 +0000 (13:16 -0700)
commit39a279026609c205d331ec39fea11b2fd470a054
treea5b5e0c261c7a8ffd429e8b19d5a27e659f04fda
parentc539ab73070b381f0452dae791f891ec2515098e
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>
include/asm-um/a.out.h