commit | c0176429b7b07893a5c1fd38baff055c919ba9e3 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Thu Aug 13 11:34:43 2020 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Sep 08 22:23:42 2020 +1000 |
tree | 620f668966ad6c1b4a75a918f22f8d509f62757b | |
parent | 10bf59d923c2766ec8d6f0243481c865c7db9979 [diff] |
selftests/powerpc: Fix TM tests when CPU 0 is offline Several of the TM tests fail spuriously if CPU 0 is offline, because they blindly try to affinitise to CPU 0. Fix them by picking any online CPU and using that instead. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20200813013445.686464-1-mpe@ellerman.id.au