ppc: Make float_check_status() pass the return address
commit44f35bd1ac3dccd4e7fbd5d443c84e959c8a1a14
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 27 Jul 2016 06:56:27 +0000 (27 16:56 +1000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 7 Sep 2016 02:33:47 +0000 (7 12:33 +1000)
tree4b99049c94b1c99cc23b7cc48070797cdb585abb
parenta93ecff935af312d49e4c9349b6527813af303f5
ppc: Make float_check_status() pass the return address

Instead of relying on NIP having been updated already.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
[dwg: Fold in fix to mark function always_inline]
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target-ppc/fpu_helper.c