]> git.baikalelectronics.ru Git - kernel.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)
commita1e29341b59a04fa2524db5e3b55e3cd3d6babe6
tree87ba3db0978a194144738bb2f74e48434b7be730
parent5a645b123da4e55e140b9654aa48953e39dc063e
powerpc: Set stack limit properly in crit_transfer_to_handler

Commit 524ca8158d2483915c2e6091c47b322eaf18995a 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