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)
commitad718622ab6d500c870772b1b8dda46fa2195e6d
tree7f8e22b96b79fe33e3552e2040ef624cbb89ee96
parent74845bc2fa9c0e6b218821cd4e1eb7a552d3e503
powerpc/book3s: Fix some ABIv2 issues in machine check code

Commit 2749a2f26a7c (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: 2749a2f26a7c ("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