History log of /external/linux-kselftest/tools/testing/selftests/powerpc/utils.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e3028437cb45c04a9caae4d6372bfe08e70293cd 06-Feb-2017 Michael Ellerman <mpe@ellerman.id.au> selftests/powerpc: Refactor the AUXV routines

Refactor the AUXV routines so they are more composable. In a future test
we want to look for many AUXV entries and we don't want to have to read
/proc/self/auxv each time.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
/external/linux-kselftest/tools/testing/selftests/powerpc/utils.c
d1301afd71bd38b1610b391e50debf766faa84be 16-Dec-2015 Michael Ellerman <mpe@ellerman.id.au> selftests/powerpc: Move pick_online_cpu() up into utils.c

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>
/external/linux-kselftest/tools/testing/selftests/powerpc/utils.c
fcb45ec074725baeb3aaa1b1854b9f44c3eebacf 24-Nov-2015 Michael Ellerman <mpe@ellerman.id.au> 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>
/external/linux-kselftest/tools/testing/selftests/powerpc/utils.c