OSDN Git Service

tcg/POWER9: NOOP the cp_abort instruction
authorSuraj Jitindar Singh <sjitindarsingh@gmail.com>
Fri, 13 Jan 2017 06:28:21 +0000 (17:28 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 1 Feb 2017 22:30:06 +0000 (09:30 +1100)
commitb8b4576e090d646be6a8f3f6a2465abc27a69aa5
treecfae774814d01e6b7130d758b6639e8c963a7b70
parentd801a61e9803593cf95ed3aeeb175c32c8acea95
tcg/POWER9: NOOP the cp_abort instruction

The cp_abort instruction is used to remove the state of an in progress
copy paste sequence. POWER9 compilers add this in various places, such
as context switches which causes illegal instruction signals since we
don't yet implement this instruction.

Given there is no implementation of the copy paste facility and that we
don't claim to support it, we can just noop this instruction.

Signed-off-by: Suraj Jitindar Singh <sjitindarsingh@gmail.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/translate.c