mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
kselftest/arm64: Corrupt P0 in the irritator when testing SSVE
When building for streaming SVE the irritator for SVE skips updates of both P0 and FFR. While FFR is skipped since it might not be present there is no reason to skip corrupting P0 so switch to an instruction valid in streaming mode and move the ifdef. Signed-off-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20241107-arm64-fp-stress-irritator-v2-3-c4b9622e36ee@kernel.org Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
This commit is contained in:
parent
7dbd26d0b2
commit
3e360ef0c0
|
|
@ -302,9 +302,9 @@ function irritator_handler
|
|||
movi v0.8b, #1
|
||||
movi v9.16b, #2
|
||||
movi v31.8b, #3
|
||||
#ifndef SSVE
|
||||
// And P0
|
||||
rdffr p0.b
|
||||
ptrue p0.d
|
||||
#ifndef SSVE
|
||||
// And FFR
|
||||
wrffr p15.b
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user