[IA64] Fix stack placement when INIT hits in kernel mode.
authorDavid Mosberger-Tang <davidm@hpl.hp.com>
Fri, 6 May 2005 12:25:00 +0000 (05:25 -0700)
committerTony Luck <tony.luck@intel.com>
Fri, 6 May 2005 17:16:07 +0000 (10:16 -0700)
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 <davidm@hpl.hp.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found