commit | aeedd58234e7f211bcd6d0ad04cdc60c2a967aca | [log] [tgz] |
---|---|---|
author | Tom Musta <tommusta@gmail.com> | Thu Dec 18 10:34:36 2014 -0600 |
committer | Alexander Graf <agraf@suse.de> | Wed Jan 07 16:16:28 2015 +0100 |
tree | e91a5ddd7a45d467796047a44ec060535329b6b8 | |
parent | 56a846157edaba3389eb141e104774451d82ce51 [diff] |
target-ppc: Introduce tcheck Add a degenerate implementation of the Transaction Check (tcheck) instruction. Since transaction always immediately fail, this implementation simply sets CR[BF] to 0b1000, i.e. TDOOMED = 1 and MSR[TS] == 0. Signed-off-by: Tom Musta <tommusta@gmail.com> Signed-off-by: Alexander Graf <agraf@suse.de>