* [PATCH] config/arm: fix inconsistency for Neoverse N2
@ 2025-10-16 8:05 Thierry Herbelot
0 siblings, 0 replies; only message in thread
From: Thierry Herbelot @ 2025-10-16 8:05 UTC (permalink / raw)
To: dev
Cc: Thierry Herbelot, Thomas Monjalon, Bruce Richardson,
Wathsala Vithanage, stable, Olivier Matz
Configuration for hex code '0xd49' enables two NUMA nodes.
Then, the corresponding 'soc_n2' should allow 'numa'.
Fixes: ea85ed1f6882 ("config/arm: increase nodes and cores for Neoverse N2")
Signed-off-by: Thierry Herbelot <thierry.herbelot@6wind.com>
---
config/arm/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/arm/meson.build b/config/arm/meson.build
index 665f3fa38fcf..316f23941996 100644
--- a/config/arm/meson.build
+++ b/config/arm/meson.build
@@ -590,7 +590,7 @@ soc_n2 = {
'description': 'Arm Neoverse N2',
'implementer': '0x41',
'part_number': '0xd49',
- 'numa': false
+ 'numa': true
}
soc_n3 = {
--
2.39.2
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-10-16 8:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-16 8:05 [PATCH] config/arm: fix inconsistency for Neoverse N2 Thierry Herbelot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).