commit | 1f8b0bc81ac283adcda68805e0e2f5108614db44 | [log] [tgz] |
---|---|---|
author | Stuart Yoder <stuart.yoder@freescale.com> | Mon Jul 16 09:06:48 2012 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Jul 27 11:42:31 2012 +1000 |
tree | 87ba3db0978a194144738bb2f74e48434b7be730 | |
parent | bdc0077af574800d24318b6945cf2344e8dbb050 [diff] |
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>