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:26 +10:00
2014-07-28 14:10:26 +10:00
2014-06-01 22:16:58 -07:00
2014-07-28 14:10:26 +10:00
2014-07-11 15:38:12 +10:00
2014-07-28 14:10:23 +10:00
2014-05-28 13:30:12 +10:00