From: Chris von Recklinghausen <[email protected]> increase CONFIG_NODES_SHIFT for aarch64
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1890304 Upstream status: RHEL-only Ampere has requested that CONFIG_NODES_SHIFT be increased to allow for a larger number of nodes on future platforms. Increase from 4 to 6 to allow for up to 32 nodes. Signed-off-by: Chris von Recklinghausen <[email protected]> diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_NODES_SHIFT b/redhat/configs/ark/generic/arm/aarch64/CONFIG_NODES_SHIFT index blahblah..blahblah 100644 --- a/redhat/configs/ark/generic/arm/aarch64/CONFIG_NODES_SHIFT +++ b/redhat/configs/ark/generic/arm/aarch64/CONFIG_NODES_SHIFT @@ -1 +1 @@ -CONFIG_NODES_SHIFT=3 +CONFIG_NODES_SHIFT=6 -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1312 _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
