commit | 192b2e742c06af399e8eecb4a1726520bfccece8 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Mon Feb 26 13:17:07 2018 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Mon Feb 26 13:18:25 2018 +1100 |
tree | f50baa0b029b9c362eba51fc353f2e204d352a54 | |
parent | eb0a2d2620ae431c543963c8c7f08f597366fc60 [diff] |
selftests/powerpc: Skip tm-trap if transactional memory is not enabled Some processor revisions do not support transactional memory, and additionally kernel support can be disabled. In either case the tm-trap test should be skipped, otherwise it will fail with a SIGILL. Fixes: a08082f8e4e1 ("powerpc/selftests: Check endianness on trap in TM") Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>