[PATCH 1/2] kselftest/arm64: Remove the local NUM_VL definition

From: Zenghui Yu
Date: Sun Dec 18 2022 - 04:30:51 EST


It was introduced in commit b77e995e3b96 ("kselftest/arm64: Add a test
program to exercise the syscall ABI") but never actually used. Remove it.

Signed-off-by: Zenghui Yu <yuzenghui@xxxxxxxxxx>
---
tools/testing/selftests/arm64/abi/syscall-abi.c | 2 --
1 file changed, 2 deletions(-)

diff --git a/tools/testing/selftests/arm64/abi/syscall-abi.c b/tools/testing/selftests/arm64/abi/syscall-abi.c
index 9800f9dc6b35..24a498029c78 100644
--- a/tools/testing/selftests/arm64/abi/syscall-abi.c
+++ b/tools/testing/selftests/arm64/abi/syscall-abi.c
@@ -20,8 +20,6 @@

#include "syscall-abi.h"

-#define NUM_VL ((SVE_VQ_MAX - SVE_VQ_MIN) + 1)
-
static int default_sme_vl;

extern void do_syscall(int sve_vl, int sme_vl);
--
2.33.0