ppc: Don't update NIP on conditional trap instructions
commit72073dcce0ad1e84b866e45bc60ccf459aa9fcd4
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 27 Jul 2016 06:56:38 +0000 (27 16:56 +1000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 7 Sep 2016 02:40:10 +0000 (7 12:40 +1000)
treecad32118f4716bf9a2d19f574ada0542a31eb14c
parent8c8966e2188ade13c4ab9d3f8f4b12c99be0ade4
ppc: Don't update NIP on conditional trap instructions

This is no longer necessary as the helpers will properly retrieve
the return address when needed.

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