selftests/powerpc: Move get_auxv_entry() into utils.c
authorMichael Ellerman <mpe@ellerman.id.au>
Tue, 24 Nov 2015 02:05:38 +0000 (13:05 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 14 Dec 2015 09:41:47 +0000 (20:41 +1100)
commitfcb45ec074725baeb3aaa1b1854b9f44c3eebacf
tree5bed3b7b288a554cd633df3d387127638df12819
parent1901d8bb45c3b82335c48e6232871f72ad10ed95
selftests/powerpc: Move get_auxv_entry() into utils.c

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>
tools/testing/selftests/powerpc/harness.c
tools/testing/selftests/powerpc/pmu/Makefile
tools/testing/selftests/powerpc/pmu/ebb/Makefile
tools/testing/selftests/powerpc/tm/Makefile
tools/testing/selftests/powerpc/utils.c [new file with mode: 0644]