diff options
author | Zenghui Yu | 2022-12-18 17:29:41 +0800 |
---|---|---|
committer | Catalin Marinas | 2023-01-20 17:54:49 +0000 |
commit | 00598857e38f56963116a6d70f7d64a29959bce9 (patch) | |
tree | 93c014cfa2d12a142c0ef00b866072b74a0dac2d /tools/testing | |
parent | bc69da5ff087c40d1fc4f30596f1ee1b71924577 (diff) |
kselftest/arm64: Remove the local NUM_VL definition
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@huawei.com>
Reviewed-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20221218092942.1940-1-yuzenghui@huawei.com
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'tools/testing')
-rw-r--r-- | tools/testing/selftests/arm64/abi/syscall-abi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/testing/selftests/arm64/abi/syscall-abi.c b/tools/testing/selftests/arm64/abi/syscall-abi.c index 8afcbf6861fd..01aea12ea252 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; static int sve_vl_count; |