]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/book3s: Fix some ABIv2 issues in machine check code
authorAnton Blanchard <anton@samba.org>
Wed, 11 Jun 2014 23:08:37 +0000 (09:08 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 11 Jun 2014 23:41:33 +0000 (09:41 +1000)
commitb28788ac260bcb21209a417f9382f673506c1f6a
tree7f8e22b96b79fe33e3552e2040ef624cbb89ee96
parentd043448523e32e1f2094a802c3c515e7ed1dca6b
powerpc/book3s: Fix some ABIv2 issues in machine check code

Commit 0dc3a07d5b27 (powerpc/book3s: Fix machine check handling for
unhandled errors) introduced a few ABIv2 issues.

We can maintain ABIv1 and ABIv2 compatibility by branching to the
function rather than the dot symbol.

Fixes: 0dc3a07d5b27 ("powerpc/book3s: Fix machine check handling for unhandled errors")
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/exceptions-64s.S