diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2015-12-16 10:59:31 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-12-17 02:46:41 +0300 |
commit | d1301afd71bd38b1610b391e50debf766faa84be (patch) | |
tree | ec86ca9e28aa61b7bd145538fe6e1230a0cd63d3 /tools/testing/selftests/powerpc/utils.h | |
parent | 00b912b0c88e690b1662067497182454357b18b0 (diff) | |
download | linux-d1301afd71bd38b1610b391e50debf766faa84be.tar.xz |
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>
Diffstat (limited to 'tools/testing/selftests/powerpc/utils.h')
-rw-r--r-- | tools/testing/selftests/powerpc/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/powerpc/utils.h b/tools/testing/selftests/powerpc/utils.h index fbf2bf530e50..175ac6ad10dd 100644 --- a/tools/testing/selftests/powerpc/utils.h +++ b/tools/testing/selftests/powerpc/utils.h @@ -22,6 +22,7 @@ typedef uint8_t u8; int test_harness(int (test_function)(void), char *name); extern void *get_auxv_entry(int type); +int pick_online_cpu(void); static inline bool have_hwcap2(unsigned long ftr2) { |