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

kselftest/arm64: Remove spurious comment from MTE test Makefile

There's a stray comment in the MTE test Makefile which documents
something that's since been removed, delete it.

Signed-off-by: Mark Brown <broonie@kernel.org>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Link: https://lore.kernel.org/r/20230111-arm64-kselftest-clang-v1-6-89c69d377727@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>

authored by

Mark Brown and committed by
Catalin Marinas
89d72c03 343d5911

-1
-1
tools/testing/selftests/arm64/mte/Makefile
··· 28 28 # Generated binaries to be installed by top KSFT script 29 29 TEST_GEN_PROGS := $(PROGS) 30 30 31 - # Get Kernel headers installed and use them. 32 31 else 33 32 $(warning compiler "$(CC)" does not support the ARMv8.5 MTE extension.) 34 33 $(warning test program "mte" will not be created.)