powerpc/tm: Turn interrupts hard off in tm_reclaim()
authorMichael Neuling <mikey@neuling.org>
Wed, 2 Oct 2013 07:15:15 +0000 (17:15 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 3 Oct 2013 07:25:44 +0000 (17:25 +1000)
commitc69e63b0f135fa51d6e1c38b5ac8a1def15ea3fa
tree730696fab3d684a2ffa290b9fbef2baa3ec74e65
parenta53b27b3abeef406de92a2bb0ceb6fb4c3fb8fc4
powerpc/tm: Turn interrupts hard off in tm_reclaim()

We can't take IRQs in tm_reclaim as we might have a bogus r13 and r1.

This turns IRQs hard off in this function.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Cc: <stable@vger.kernel.org> # 3.9+
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/tm.S