summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/aarch64/vgic_irq.c
diff options
context:
space:
mode:
authorSean Christopherson <seanjc@google.com>2023-07-29 03:36:41 +0300
committerSean Christopherson <seanjc@google.com>2023-08-03 00:43:16 +0300
commit7ce7f8e754186f71ba7daffbc99543961a613bba (patch)
treee09f556adeaaf2c7f85369ebaa2b5e478a113998 /tools/testing/selftests/kvm/aarch64/vgic_irq.c
parent4e15c38a1aca477d7f99b66b745e811bc95f9420 (diff)
downloadlinux-7ce7f8e754186f71ba7daffbc99543961a613bba.tar.xz
KVM: selftests: Rip out old, param-based guest assert macros
Drop the param-based guest assert macros and enable the printf versions for all selftests. Note! This change can affect tests even if they don't use directly use guest asserts! E.g. via library code, or due to the compiler making different optimization decisions. Link: https://lore.kernel.org/r/20230729003643.1053367-33-seanjc@google.com Signed-off-by: Sean Christopherson <seanjc@google.com>
Diffstat (limited to 'tools/testing/selftests/kvm/aarch64/vgic_irq.c')
-rw-r--r--tools/testing/selftests/kvm/aarch64/vgic_irq.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/testing/selftests/kvm/aarch64/vgic_irq.c b/tools/testing/selftests/kvm/aarch64/vgic_irq.c
index 67da33aa6d17..2e64b4856e38 100644
--- a/tools/testing/selftests/kvm/aarch64/vgic_irq.c
+++ b/tools/testing/selftests/kvm/aarch64/vgic_irq.c
@@ -7,8 +7,6 @@
* host to inject a specific intid via a GUEST_SYNC call, and then checks that
* it received it.
*/
-#define USE_GUEST_ASSERT_PRINTF 1
-
#include <asm/kvm.h>
#include <asm/kvm_para.h>
#include <sys/eventfd.h>