summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/aarch64/arch_timer.c
diff options
context:
space:
mode:
authorSean Christopherson <seanjc@google.com>2023-07-28 17:36:41 -0700
committerSean Christopherson <seanjc@google.com>2023-08-02 14:43:16 -0700
commit7ce7f8e754186f71ba7daffbc99543961a613bba (patch)
treee09f556adeaaf2c7f85369ebaa2b5e478a113998 /tools/testing/selftests/kvm/aarch64/arch_timer.c
parent4e15c38a1aca477d7f99b66b745e811bc95f9420 (diff)
downloadlinux-stable-7ce7f8e754186f71ba7daffbc99543961a613bba.tar.gz
linux-stable-7ce7f8e754186f71ba7daffbc99543961a613bba.tar.bz2
linux-stable-7ce7f8e754186f71ba7daffbc99543961a613bba.zip
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/arch_timer.c')
-rw-r--r--tools/testing/selftests/kvm/aarch64/arch_timer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/testing/selftests/kvm/aarch64/arch_timer.c b/tools/testing/selftests/kvm/aarch64/arch_timer.c
index b53bcf126e6a..274b8465b42a 100644
--- a/tools/testing/selftests/kvm/aarch64/arch_timer.c
+++ b/tools/testing/selftests/kvm/aarch64/arch_timer.c
@@ -19,8 +19,6 @@
*
* Copyright (c) 2021, Google LLC.
*/
-#define USE_GUEST_ASSERT_PRINTF 1
-
#define _GNU_SOURCE
#include <stdlib.h>