diff options
author | 2022-06-24 18:21:08 +0100 | |
---|---|---|
committer | 2022-06-27 10:28:12 +0100 | |
commit | df07443f477a7ebd36c2f21705419979b9865c9f (patch) | |
tree | 0d013eba6dbfcd669065afd26b5c399db8ab7dbf /scripts/generate_rust_analyzer.py | |
parent | arm64/sme: Expose SMIDR through sysfs (diff) | |
download | wireguard-linux-df07443f477a7ebd36c2f21705419979b9865c9f.tar.xz wireguard-linux-df07443f477a7ebd36c2f21705419979b9865c9f.zip |
arm64/signal: Clean up SVE/SME feature checking inconsistency
Currently when restoring signal state we check to see if SVE is supported
in restore_sigframe() but check to see if SVE is supported inside
restore_sve_fpsimd_context(). This makes no real difference since SVE is
always supported in systems with SME but looks a bit untidy and makes
things slightly harder to follow, move the SVE check next to the SME one
in restore_sve_fpsimd_context().
Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20220624172108.555000-1-broonie@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions