UBUNTU: [Config] ppc64el: reduce CONFIG_ARCH_FORCE_MAX_ORDER from 9 to 8

This is required to prevent the following build error:

 linux/mmzone.h:1735:2: error: #error Allocator MAX_ORDER exceeds SECTION_SIZE
  1735 | #error Allocator MAX_ORDER exceeds SECTION_SIZE

Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
This commit is contained in:
Andrea Righi
2023-05-17 21:06:49 +02:00
committed by Paolo Pisati
parent d72e5b4efe
commit 2c712a7f52
+1 -1
View File
@@ -1165,7 +1165,7 @@ CONFIG_ARCH_EXYNOS3 policy<{'armhf': 'n'}>
CONFIG_ARCH_EXYNOS4 policy<{'armhf': 'n'}>
CONFIG_ARCH_EXYNOS5 policy<{'armhf': 'n'}>
CONFIG_ARCH_FLATMEM_ENABLE policy<{'armhf': 'y'}>
CONFIG_ARCH_FORCE_MAX_ORDER policy<{'arm64': '13', 'armhf-generic': '12', 'armhf-generic-lpae': '11', 'ppc64el': '9'}>
CONFIG_ARCH_FORCE_MAX_ORDER policy<{'arm64': '13', 'armhf-generic': '12', 'armhf-generic-lpae': '11', 'ppc64el': '8'}>
CONFIG_ARCH_HAS_ACPI_TABLE_UPGRADE policy<{'amd64': 'y', 'arm64': 'y'}>
CONFIG_ARCH_HAS_ADD_PAGES policy<{'amd64': 'y', 'ppc64el': 'y'}>
CONFIG_ARCH_HAS_BANDGAP policy<{'armhf': 'y'}>