diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2020-08-19 03:57:22 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2020-09-08 14:23:59 +0200 |
commit | 178282a054dced1a08a9683d41ac08cbace2b2fe (patch) | |
tree | c56800b6dfff98320c9e37d84dbfbeef5124f725 /tools/testing/selftests/powerpc/pmu/count_stcx_fail.c | |
parent | selftests/powerpc: Move set_dscr() into rfi_flush.c (diff) | |
download | linux-178282a054dced1a08a9683d41ac08cbace2b2fe.tar.xz linux-178282a054dced1a08a9683d41ac08cbace2b2fe.zip |
selftests/powerpc: Include asm/cputable.h from utils.h
utils.h provides have_hwcap() and have_hwcap2() which check for a
feature bit. Those bits are defined in asm/cputable.h, so include it
in utils.h so users of utils.h don't have to do it manually.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200819015727.1977134-4-mpe@ellerman.id.au
Diffstat (limited to 'tools/testing/selftests/powerpc/pmu/count_stcx_fail.c')
-rw-r--r-- | tools/testing/selftests/powerpc/pmu/count_stcx_fail.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/powerpc/pmu/count_stcx_fail.c b/tools/testing/selftests/powerpc/pmu/count_stcx_fail.c index 2980abca31e0..2070a1e2b3a5 100644 --- a/tools/testing/selftests/powerpc/pmu/count_stcx_fail.c +++ b/tools/testing/selftests/powerpc/pmu/count_stcx_fail.c @@ -9,7 +9,6 @@ #include <stdbool.h> #include <string.h> #include <sys/prctl.h> -#include <asm/cputable.h> #include "event.h" #include "utils.h" |