summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/exceptions-64s.S
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2012-05-09 02:57:57 +0200
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2012-05-09 02:57:57 +0200
commitea4e89afedc7fc64078076eacbcffaaa742baf0d (patch)
tree1e4a14dd1ada2eff8d1cb4d76bf9e337e079845e /arch/powerpc/kernel/exceptions-64s.S
parentpowerpc/windfarm: don't pass const strings to snprintf (diff)
parentpowerpc/irq: Make alignment & program interrupt behave the same (diff)
downloadlinux-ea4e89afedc7fc64078076eacbcffaaa742baf0d.tar.xz
linux-ea4e89afedc7fc64078076eacbcffaaa742baf0d.zip
Merge branch 'merge' into next
Diffstat (limited to 'arch/powerpc/kernel/exceptions-64s.S')
-rw-r--r--arch/powerpc/kernel/exceptions-64s.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/exceptions-64s.S b/arch/powerpc/kernel/exceptions-64s.S
index e0537693d660..f7bed44ee165 100644
--- a/arch/powerpc/kernel/exceptions-64s.S
+++ b/arch/powerpc/kernel/exceptions-64s.S
@@ -764,8 +764,8 @@ alignment_common:
std r3,_DAR(r1)
std r4,_DSISR(r1)
bl .save_nvgprs
+ DISABLE_INTS
addi r3,r1,STACK_FRAME_OVERHEAD
- ENABLE_INTS
bl .alignment_exception
b .ret_from_except