aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2017-10-10 20:52:45 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-10-10 15:37:20 -0500
commit48b8b46444f3f6b600012fdaa2fcdf9a52b3a6af (patch)
treee79f99f09562638f4a97415127a91ba53bd9020c /doc/release-notes
parent7b51ce6fab530fa5d6b2d638dcaf5e3311bfc1a6 (diff)
downloadskiboot-48b8b46444f3f6b600012fdaa2fcdf9a52b3a6af.zip
skiboot-48b8b46444f3f6b600012fdaa2fcdf9a52b3a6af.tar.gz
skiboot-48b8b46444f3f6b600012fdaa2fcdf9a52b3a6af.tar.bz2
hdat: Disable TM on Power9 DD 2.1
Update pa_features_p9[] to disable TM (Transactional Memory). On DD 2.1 TM is not usable by Linux without other workarounds, so skiboot must disable it. The presence of TM is communicated by setting bit 7 of byte 22 in the pa-features array. As no other bits are set in that byte, we currently have a value of 0x80. To disable TM we set bit 7 to 0, leaving a value of 0x0. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'doc/release-notes')
0 files changed, 0 insertions, 0 deletions