diff mbox series

arm64/fpsimd: Remove warning for SME without SVE

Message ID 20230209-arm64-sme-no-sve-v1-1-74eb3df2f878@kernel.org (mailing list archive)
State New, archived
Headers show
Series arm64/fpsimd: Remove warning for SME without SVE | expand

Commit Message

Mark Brown Feb. 9, 2023, 8:04 p.m. UTC
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@kernel.org>
---
 arch/arm64/kernel/fpsimd.c | 3 ---
 1 file changed, 3 deletions(-)


---
base-commit: b7bfaa761d760e72a969d116517eaa12e404c262
change-id: 20230209-arm64-sme-no-sve-51ba3c1a2f2b

Best regards,

Comments

Catalin Marinas Feb. 22, 2023, 4:46 p.m. UTC | #1
On Thu, 09 Feb 2023 20:04:07 +0000, Mark Brown wrote:
> 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.

Applied to arm64 (for-next/core), thanks!

[1/1] arm64/fpsimd: Remove warning for SME without SVE
      https://git.kernel.org/arm64/c/0269680e5eb8
diff mbox series

Patch

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();