ppc: Don't update NIP in facility unavailable interrupts
commit57a2988b6f750548052254c20796be6d87d2ab9f
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 27 Jul 2016 06:56:36 +0000 (27 16:56 +1000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 7 Sep 2016 02:40:10 +0000 (7 12:40 +1000)
tree489168b229756b277aac90396eef5e37065929c9
parenta13f0a9bc4e6f35be3f64bd7048eec565957a7d4
ppc: Don't update NIP in facility unavailable interrupts

This is no longer necessary as the helpers will properly retrieve
the return address when needed. Also remove gen_update_current_nip()
which didn't seem to make much sense to me.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target-ppc/cpu.h
target-ppc/misc_helper.c
target-ppc/translate.c
target-ppc/translate_init.c