Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Zenghui Yu and committed by
Catalin Marinas
00598857 bc69da5f

-2
-2
tools/testing/selftests/arm64/abi/syscall-abi.c
··· 20 20 21 21 #include "syscall-abi.h" 22 22 23 - #define NUM_VL ((SVE_VQ_MAX - SVE_VQ_MIN) + 1) 24 - 25 23 static int default_sme_vl; 26 24 27 25 static int sve_vl_count;