target-ppc: add slbsync implementation
authorNikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Thu, 9 Feb 2017 10:34:02 +0000 (16:04 +0530)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 22 Feb 2017 00:28:28 +0000 (11:28 +1100)
commit62d897ca8b6ede0acee6647d2db5d5333b71286d
tree8d754ba1649715e73e81dbf5c4d4c277b1082bfa
parenta63f1dfc6213c765b62e93b720229d522cd156f4
target-ppc: add slbsync implementation

slbsync: SLB Synchoronize

The instruction provides an ordering function for the effects of all
slbieg instructions executed by the thread executing the slbsync
instruction.

Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/translate.c