mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] arm64: ARM Scalable Matrix Extension is ARMv9-A
@ 2022-05-09 13:40 Geert Uytterhoeven
  2022-05-09 15:35 ` Mark Brown
  2022-05-10  9:15 ` Will Deacon
  0 siblings, 2 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2022-05-09 13:40 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, Mark Brown
  Cc: linux-arm-kernel, linux-kernel, Geert Uytterhoeven

The help text for the config option to enable support for the ARM
Scalable Matrix Extension does not mention the specification baseline
for this extension.  Make it clear this is an extension for the ARMv9-A
architecture, so users know when it is safe to disable this option,
which is enabled by default.

Fixes: a1f4ccd25cc25625 ("arm64/sme: Provide Kconfig for SME")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm64/Kconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 0e9bbeb1262d0ca8..f3a0d0cff3fb5265 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -1964,9 +1964,9 @@ config ARM64_SME
 	default y
 	depends on ARM64_SVE
 	help
-	  The Scalable Matrix Extension (SME) is an extension to the AArch64
-	  execution state which utilises a substantial subset of the SVE
-	  instruction set, together with the addition of new architectural
+	  The Scalable Matrix Extension (SME) is an ARMv9-A extension to the
+	  AArch64 execution state which utilises a substantial subset of the
+	  SVE instruction set, together with the addition of new architectural
 	  register state capable of holding two dimensional matrix tiles to
 	  enable various matrix operations.
 
-- 
2.25.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-05-10 12:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-09 13:40 [PATCH] arm64: ARM Scalable Matrix Extension is ARMv9-A Geert Uytterhoeven
2022-05-09 15:35 ` Mark Brown
2022-05-10  8:08   ` Geert Uytterhoeven
2022-05-10  9:15 ` Will Deacon
2022-05-10  9:20   ` Geert Uytterhoeven
2022-05-10 12:43     ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®