commit | 966dc11fcc48866a24d9b3fd16eeebb3f5e05931 | [log] [tgz] |
---|---|---|
author | David Mosberger-Tang <davidm@hpl.hp.com> | Fri May 06 05:25:00 2005 -0700 |
committer | Tony Luck <tony.luck@intel.com> | Fri May 06 10:16:07 2005 -0700 |
tree | 4c374071e47998629495f2934e80d083719090f6 | |
parent | b3214970abbe983cd89842ae24ea00e21bba79f6 [diff] |
[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 <davidm@hpl.hp.com> Signed-off-by: Tony Luck <tony.luck@intel.com>