Skip to content
Commit f26cd737 authored by Mark Brown's avatar Mark Brown Committed by Will Deacon
Browse files

arm64/signal: Always allocate SVE signal frames on SME only systems

Currently we only allocate space for SVE signal frames on systems that
support SVE, meaning that SME only systems do not allocate a signal frame
for streaming mode SVE state. Change the check so space is allocated if
either feature is supported.

Fixes: 85ed24da

 ("arm64/sme: Implement streaming SVE signal handling")
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20221223-arm64-fix-sme-only-v1-3-938d663f69e5@kernel.org


Signed-off-by: default avatarWill Deacon <will@kernel.org>
parent 7dde62f0
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