From: Peter Zijlstra Date: Thu, 19 Jul 2007 08:48:14 +0000 (-0700) Subject: arch: personality independent stack top X-Git-Tag: v2.6.23-rc1~419 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b111757c50ee30dad162192df6168e270a90c252;p=pandora-kernel.git arch: personality independent stack top New arch macro STACK_TOP_MAX it gives the larges valid stack address for the architecture in question. It differs from STACK_TOP in that it will not distinguish between personalities but will always return the largest possible address. This is used to create the initial stack on execve, which we will move down to the proper location once the binfmt code has figured out where that is. Signed-off-by: Peter Zijlstra Signed-off-by: Ollie Wild Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed