commit | f83c2378bb412b205e9d14dca2f7758d3d23cc88 | [log] [tgz] |
---|---|---|
author | Tom Musta <tommusta@gmail.com> | Thu Dec 18 10:34:37 2014 -0600 |
committer | Alexander Graf <agraf@suse.de> | Wed Jan 07 16:16:28 2015 +0100 |
tree | 03204311dc7a9972e2145e46cb31de5bc8169a0d | |
parent | aeedd58234e7f211bcd6d0ad04cdc60c2a967aca [diff] |
target-ppc: Introduce Privileged TM Noops Add the supervisory Transactional Memory instructions treclaim. and trechkpt. The implementation is a degenerate one that simply checks privileged state, TM availability and then sets CR[0] to 0b0000, just like the unprivileged noops. Signed-off-by: Tom Musta <tommusta@gmail.com> Signed-off-by: Alexander Graf <agraf@suse.de>