commit | ad718622ab6d500c870772b1b8dda46fa2195e6d | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Thu Jun 12 09:08:37 2014 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Jun 12 09:41:33 2014 +1000 |
tree | 7f8e22b96b79fe33e3552e2040ef624cbb89ee96 | |
parent | 74845bc2fa9c0e6b218821cd4e1eb7a552d3e503 [diff] |
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>