aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc/utils.c
Commit message (Collapse)AuthorAge
* selftests/powerpc: Move pick_online_cpu() up into utils.cMichael Ellerman2015-12-16
| | | | | | | We want to use this in another test, so make it available at the top of the powerpc selftests tree. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
* selftests/powerpc: Move get_auxv_entry() into utils.cMichael Ellerman2015-12-14
This doesn't really belong in harness.c, it's a helper function. So move it into utils.c. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>