Skip to content

Commit 0269680

Browse files
brooniectmarinas
authored andcommitted
arm64/fpsimd: Remove warning for SME without SVE
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
1 parent e74a684 commit 0269680

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arch/arm64/kernel/fpsimd.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2122,9 +2122,6 @@ static int __init fpsimd_init(void)
21222122
pr_notice("Advanced SIMD is not implemented\n");
21232123

21242124

2125-
if (cpu_have_named_feature(SME) && !cpu_have_named_feature(SVE))
2126-
pr_notice("SME is implemented but not SVE\n");
2127-
21282125
sve_sysctl_init();
21292126
sme_sysctl_init();
21302127

0 commit comments

Comments
 (0)