Michael Ellerman 9daf112bd4 powerpc: Remove misleading DISABLE_INTS
DISABLE_INTS has a long and storied history, but for some time now it
has not actually disabled interrupts.

For the open-coded exception handlers, just stop using it, instead call
RECONCILE_IRQ_STATE directly. This has the benefit of removing a level
of indirection, and making it clear that r10 & r11 are used at that
point.

For the addition case we still need a macro, so rename it to clarify
what it actually does.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2014-07-28 14:11:24 +10:00
..
2014-07-28 14:10:22 +10:00
2014-07-28 14:11:22 +10:00
2014-04-18 14:20:41 +02:00
2014-06-11 19:12:23 +10:00
2014-06-11 19:12:23 +10:00
2014-07-28 14:10:23 +10:00
2014-07-28 14:10:22 +10:00
2014-06-25 13:10:48 +10:00
2014-07-28 14:10:23 +10:00
2014-04-07 10:33:12 +10:00
2014-07-28 14:10:22 +10:00
2012-03-28 18:30:02 +01:00
2014-06-11 17:04:29 +10:00
2014-03-19 19:57:14 -05:00