From: Neal Gompa <[email protected]> redhat/configs: Restructure and consolidate AArch64 16K page size config options
This deduplicates the AArch64 page size config options and makes it possible for alternative kernels to easily build with 16K pages. Signed-off-by: Neal Gompa <[email protected]> diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_ARM64_16K_PAGES b/redhat/configs/common/generic/arm/aarch64/CONFIG_ARM64_16K_PAGES rename from redhat/configs/ark/generic/arm/aarch64/CONFIG_ARM64_16K_PAGES rename to redhat/configs/common/generic/arm/aarch64/CONFIG_ARM64_16K_PAGES index blahblah..blahblah 100644 --- a/redhat/configs/ark/generic/arm/aarch64/CONFIG_ARM64_16K_PAGES +++ b/redhat/configs/common/generic/arm/aarch64/CONFIG_ARM64_16K_PAGES diff --git a/redhat/configs/common/generic/arm/aarch64/CONFIG_ARM64_VA_BITS_47 b/redhat/configs/common/generic/arm/aarch64/CONFIG_ARM64_VA_BITS_47 new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/common/generic/arm/aarch64/CONFIG_ARM64_VA_BITS_47 @@ -0,0 +1 @@ +# CONFIG_ARM64_VA_BITS_47 is not set diff --git a/redhat/configs/fedora/generic/arm/CONFIG_ARM64_16K_PAGES b/redhat/configs/fedora/generic/arm/CONFIG_ARM64_16K_PAGES deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/fedora/generic/arm/CONFIG_ARM64_16K_PAGES +++ /dev/null @@ -1 +0,0 @@ -# CONFIG_ARM64_16K_PAGES is not set -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2022 _______________________________________________ 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, report it: https://pagure.io/fedora-infrastructure/new_issue
