selftests: arm64: Remove extraneous register setting code
authorMark Brown <broonie@kernel.org>
Mon, 13 Sep 2021 12:55:00 +0000 (13:55 +0100)
committerWill Deacon <will@kernel.org>
Wed, 29 Sep 2021 13:40:31 +0000 (14:40 +0100)
commiteab281e3afa6a740df9b9c2e313eb4a9944deeea
treefc79d51d47016f227fb7fc613028810ed2b97890
parent09121ad7186ecd28eb7fca1b22c17f517aaea87f
selftests: arm64: Remove extraneous register setting code

For some reason the SVE ptrace test code starts off by setting values in
some of the SVE vector registers in the parent process which it then never
interacts with when verifying the ptrace interfaces. This is not especially
relevant to what's being tested and somewhat confusing when reading the
code so let's remove it.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20210913125505.52619-4-broonie@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
tools/testing/selftests/arm64/fp/Makefile
tools/testing/selftests/arm64/fp/sve-ptrace-asm.S [deleted file]
tools/testing/selftests/arm64/fp/sve-ptrace.c