diff options
author | Sean Christopherson <seanjc@google.com> | 2024-11-28 03:55:47 +0300 |
---|---|---|
committer | Sean Christopherson <seanjc@google.com> | 2024-12-19 01:15:05 +0300 |
commit | 9af04539d474dda4984ff4909d4568e6123c8cba (patch) | |
tree | 2eaad5224ce99bf503d6788c9c34ce8d7f7d0b06 /tools/perf/scripts/python/task-analyzer.py | |
parent | 67730e6c53d70fb31618230f81c4acee9f72eaa3 (diff) | |
download | linux-9af04539d474dda4984ff4909d4568e6123c8cba.tar.xz |
KVM: selftests: Override ARCH for x86_64 instead of using ARCH_DIR
Now that KVM selftests uses the kernel's canonical arch paths, directly
override ARCH to 'x86' when targeting x86_64 instead of defining ARCH_DIR
to redirect to appropriate paths. ARCH_DIR was originally added to deal
with KVM selftests using the target triple ARCH for directories, e.g.
s390x and aarch64; keeping it around just to deal with the one-off alias
from x86_64=>x86 is unnecessary and confusing.
Note, even when selftests are built from the top-level Makefile, ARCH is
scoped to KVM's makefiles, i.e. overriding ARCH won't trip up some other
selftests that (somehow) expects x86_64 and can't work with x86.
Reviewed-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Link: https://lore.kernel.org/r/20241128005547.4077116-17-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions