projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e74a684
)
arm64/fpsimd: Remove warning for SME without SVE
author
Mark Brown
<broonie@kernel.org>
Thu, 9 Feb 2023 20:04:07 +0000
(20:04 +0000)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Wed, 22 Feb 2023 15:54:32 +0000
(15:54 +0000)
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>
Link:
https://lore.kernel.org/r/20230209-arm64-sme-no-sve-v1-1-74eb3df2f878@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/fpsimd.c
patch
|
blob
|
history
diff --git
a/arch/arm64/kernel/fpsimd.c
b/arch/arm64/kernel/fpsimd.c
index c11cb445ffcad6113b4327a49a121138916a3686..7e823ee7ffa2c3d72eb55a8ee7444f2e8645c4c5 100644
(file)
--- a/
arch/arm64/kernel/fpsimd.c
+++ b/
arch/arm64/kernel/fpsimd.c
@@
-2122,9
+2122,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();