[PATCH] arm64/fpsimd: Remove warning for SME without SVE
Mark Brown
broonie at kernel.org
Thu Feb 9 12:04:07 PST 2023
Support for SME without SVE is architecturally valid and has now been tested
well enough so let's remove the warning message that is displayed at boot.
Signed-off-by: Mark Brown <broonie at kernel.org>
---
arch/arm64/kernel/fpsimd.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/arch/arm64/kernel/fpsimd.c b/arch/arm64/kernel/fpsimd.c
index dcc81e7200d4..d56f03a05006 100644
--- a/arch/arm64/kernel/fpsimd.c
+++ b/arch/arm64/kernel/fpsimd.c
@@ -2112,9 +2112,6 @@ static int __init fpsimd_init(void)
pr_notice("Advanced SIMD is not implemented\n");
- if (cpu_have_named_feature(SME) && !cpu_have_named_feature(SVE))
- pr_notice("SME is implemented but not SVE\n");
-
sve_sysctl_init();
sme_sysctl_init();
---
base-commit: b7bfaa761d760e72a969d116517eaa12e404c262
change-id: 20230209-arm64-sme-no-sve-51ba3c1a2f2b
Best regards,
--
Mark Brown <broonie at kernel.org>
More information about the linux-arm-kernel
mailing list