powerpc: Set stack limit properly in crit_transfer_to_handler
authorStuart Yoder <stuart.yoder@freescale.com>
Mon, 16 Jul 2012 09:06:48 +0000 (09:06 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 27 Jul 2012 01:42:31 +0000 (11:42 +1000)
commit687cb5ef27fa6110605dc58bb14a9096a08fa665
tree87ba3db0978a194144738bb2f74e48434b7be730
parentc4ad06bffe2ebea8d8d2192ae53cff2ba951f4e5
powerpc: Set stack limit properly in crit_transfer_to_handler

Commit 5e2f8ff2ed707cf196c7fff8fdbf19065c25754a incorrectly
changes the code setting the stack limit on entry to the
kernel to mark the thread_info at the bottom of the stack
out of bounds anymore. This fixes it.

Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/entry_32.S