kselftest/arm64: Remove the local NUM_VL definition
authorZenghui Yu <yuzenghui@huawei.com>
Sun, 18 Dec 2022 09:29:41 +0000 (17:29 +0800)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 20 Jan 2023 17:54:49 +0000 (17:54 +0000)
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>
tools/testing/selftests/arm64/abi/syscall-abi.c

index 8afcbf6..01aea12 100644 (file)
@@ -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;