]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
commit1f8b0bc81ac283adcda68805e0e2f5108614db44
tree87ba3db0978a194144738bb2f74e48434b7be730
parentbdc0077af574800d24318b6945cf2344e8dbb050
powerpc: Set stack limit properly in crit_transfer_to_handler

Commit 9778b696a0188ad3b3524b383953ee73b31b7b68 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