diff options
| author | Sean Christopherson <[email protected]> | 2021-06-22 13:05:11 -0700 |
|---|---|---|
| committer | Paolo Bonzini <[email protected]> | 2021-06-24 04:31:17 -0400 |
| commit | ecc3a92c6f4953c134a9590c762755e6593f507c (patch) | |
| tree | b92e776852bf25981181e3ae4e1412132d97c1ab /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | b33bb78a1fada6445c265c585ee0dd0fc6279102 (diff) | |
KVM: selftests: Remove errant asm/barrier.h include to fix arm64 build
Drop an unnecessary include of asm/barrier.h from dirty_log_test.c to
allow the test to build on arm64. arm64, s390, and x86 all build cleanly
without the include (PPC and MIPS aren't supported in KVM's selftests).
arm64's barrier.h includes linux/kasan-checks.h, which is not copied
into tools/.
In file included from ../../../../tools/include/asm/barrier.h:8,
from dirty_log_test.c:19:
.../arm64/include/asm/barrier.h:12:10: fatal error: linux/kasan-checks.h: No such file or directory
12 | #include <linux/kasan-checks.h>
| ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Fixes: 84292e565951 ("KVM: selftests: Add dirty ring buffer test")
Cc: Peter Xu <[email protected]>
Signed-off-by: Sean Christopherson <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions