]> www.infradead.org Git - users/jedix/linux-maple.git/commit
kselftest/arm64: Remove unused ADRs from irritator handlers
authorMark Brown <broonie@kernel.org>
Thu, 7 Nov 2024 01:39:21 +0000 (01:39 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 7 Nov 2024 18:02:13 +0000 (18:02 +0000)
commitffca567fef9c4661c792ca48a2cdd038b2df4887
tree2b3ea02509c98645a349cf738f167f0505c94126
parent94de486e4215b83de8a5e908b4b8f7d3979c3b0e
kselftest/arm64: Remove unused ADRs from irritator handlers

The irritator handlers for the fp-stress test programs all use ADR to load
an address into x0 which is then not referenced. Remove these ADRs as they
just cause confusion.

Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20241107-arm64-fp-stress-irritator-v2-2-c4b9622e36ee@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
tools/testing/selftests/arm64/fp/fpsimd-test.S
tools/testing/selftests/arm64/fp/sve-test.S
tools/testing/selftests/arm64/fp/za-test.S
tools/testing/selftests/arm64/fp/zt-test.S