Skip to content

Commit 6edcec2

Browse files
herbelottmonjalo
authored andcommitted
config/arm: enable NUMA for Neoverse N2
Configuration for hex code '0xd49' enables two NUMA nodes. Then, the corresponding 'soc_n2' should allow 'numa'. Fixes: ea85ed1 ("config/arm: increase nodes and cores for Neoverse N2") Cc: [email protected] Signed-off-by: Thierry Herbelot <[email protected]> Acked-by: Doug Foster <[email protected]>
1 parent 3ee3c1a commit 6edcec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/arm/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ soc_n2 = {
602602
'description': 'Arm Neoverse N2',
603603
'implementer': '0x41',
604604
'part_number': '0xd49',
605-
'numa': false
605+
'numa': true
606606
}
607607

608608
soc_n3 = {

0 commit comments

Comments
 (0)