Commit 00598857 authored by Zenghui Yu's avatar Zenghui Yu Committed by Catalin Marinas

kselftest/arm64: Remove the local NUM_VL definition

It was introduced in commit b77e995e ("kselftest/arm64: Add a test
program to exercise the syscall ABI") but never actually used. Remove it.
Signed-off-by: default avatarZenghui Yu <yuzenghui@huawei.com>
Reviewed-by: default avatarMark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20221218092942.1940-1-yuzenghui@huawei.comSigned-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent bc69da5f
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment