From: Michael Neuling Date: Wed, 2 Oct 2013 07:15:14 +0000 (+1000) Subject: powerpc/tm: Remove interrupt disable in __switch_to() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~19^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ba5fef7d9e1880635cbb2fd698e8a24dc366d0f;p=pandora-kernel.git powerpc/tm: Remove interrupt disable in __switch_to() We currently turn IRQs off in __switch_to(0 but this is unnecessary as it's already disabled in the caller. This removes the IRQ disable but adds a check to make sure it is really off in case this changes in future. Signed-off-by: Michael Neuling Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed