Acked-by: Doug Foster <[email protected]> >-----Original Message----- >From: Thierry Herbelot <[email protected]> >Sent: Thursday, October 16, 2025 3:06 AM >To: [email protected] >Cc: Thierry Herbelot <[email protected]>; [email protected]; >Bruce Richardson <[email protected]>; Wathsala Vithanage ><[email protected]>; [email protected]; Olivier Matz ><[email protected]> >Subject: [PATCH] config/arm: fix inconsistency for Neoverse N2 > >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 <[email protected]> >--- > 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
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.

