From: David Mosberger-Tang Date: Fri, 6 May 2005 12:25:00 +0000 (-0700) Subject: [IA64] Fix stack placement when INIT hits in kernel mode. X-Git-Tag: v2.6.12-rc6~76^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=966dc11fcc48866a24d9b3fd16eeebb3f5e05931;p=pandora-kernel.git [IA64] Fix stack placement when INIT hits in kernel mode. Without this patch, the stack is placed _below_ the current task structure, which is risky at best. Tony, I think this patch needs to go into 2.6.12, since it fixes a real bug. Without it, INIT may case secondary errors, which would be most unpleasant. Signed-off-by: David Mosberger-Tang Signed-off-by: Tony Luck --- Reading git-diff-tree failed