From: Benjamin Herrenschmidt Date: Tue, 8 May 2012 03:38:50 +0000 (+1000) Subject: powerpc/irq: Make alignment & program interrupt behave the same X-Git-Tag: v3.4-rc7~23^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3512b2dd57cb653bb33645ca9c934436e547e3c;p=pandora-kernel.git powerpc/irq: Make alignment & program interrupt behave the same Alignment was the last user of the ENABLE_INTS macro, which we can now remove. All non-syscall exceptions now disable interrupts on entry, they get re-enabled conditionally from C code. Don't unconditionally re-enable in program check either, check the original context. Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed