From: Michael Neuling Date: Fri, 5 Mar 2010 21:42:57 +0000 (-0800) Subject: exec: create initial stack independent of PAGE_SIZE X-Git-Tag: v2.6.34-rc1~120 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ef097dd7ba4eab8b4f0026d85fcef9fe23b821f;p=pandora-kernel.git exec: create initial stack independent of PAGE_SIZE Currently we create the initial stack based on the PAGE_SIZE. This is unnecessary. This creates this initial stack independent of the PAGE_SIZE. It also bumps up the number of 4k pages allocated from 20 to 32, to align with 64K page systems. Signed-off-by: Michael Neuling Cc: Helge Deller Reviewed-by: KOSAKI Motohiro Cc: Americo Wang Cc: Anton Blanchard Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed