commit | 769628710c33b18ede837bb488e1d24084b35592 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Thu Aug 13 11:34:44 2020 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Sep 08 22:23:46 2020 +1000 |
tree | 15523d1d53f126850e56e2ab4fbcafdda1d806c1 | |
parent | c0176429b7b07893a5c1fd38baff055c919ba9e3 [diff] |
selftests/powerpc: Don't use setaffinity in tm-tmspr This test tries to set affinity to CPUs that don't exist, especially if the set of online CPUs doesn't start at 0. But there's no real reason for it to use setaffinity in the first place, it's just trying to create lots of threads to cause contention. So drop the setaffinity entirely. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20200813013445.686464-2-mpe@ellerman.id.au