KVM: arm64: selftests: Delete core_reg_fixup
authorAndrew Jones <ajones@ventanamicro.com>
Tue, 25 Jul 2023 08:41:31 +0000 (16:41 +0800)
committerAnup Patel <anup@brainfault.org>
Tue, 8 Aug 2023 16:12:10 +0000 (21:42 +0530)
commit0ace6bda5701a38211ac21d45d4683721758e844
treec081493ef066a9add6cc15861c5729d46e85f204
parent9177b715cdccdfd6711511440cf43b8be6e28c6c
KVM: arm64: selftests: Delete core_reg_fixup

core_reg_fixup() complicates sharing the get-reg-list test with
other architectures. Rather than work at keeping it, with plenty
of #ifdeffery, just delete it, as it's unlikely to test a kernel
based on anything older than v5.2 with the get-reg-list test,
which is a test meant to check for regressions in new kernels.
(And, an older version of the test can still be used for older
kernels if necessary.)

Signed-off-by: Andrew Jones <ajones@ventanamicro.com>
Signed-off-by: Haibo Xu <haibo1.xu@intel.com>
Signed-off-by: Anup Patel <anup@brainfault.org>
tools/testing/selftests/kvm/aarch64/get-reg-list.c