We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc5430 commit 1e8fed8Copy full SHA for 1e8fed8
arch/powerpc/Kconfig
@@ -897,17 +897,11 @@ config DATA_SHIFT
897
898
config ARCH_FORCE_MAX_ORDER
899
int "Order of maximal physically contiguous allocations"
900
- range 7 8 if PPC64 && PPC_64K_PAGES
901
default "8" if PPC64 && PPC_64K_PAGES
902
- range 12 12 if PPC64 && !PPC_64K_PAGES
903
default "12" if PPC64 && !PPC_64K_PAGES
904
- range 8 63 if PPC32 && PPC_16K_PAGES
905
default "8" if PPC32 && PPC_16K_PAGES
906
- range 6 63 if PPC32 && PPC_64K_PAGES
907
default "6" if PPC32 && PPC_64K_PAGES
908
- range 4 63 if PPC32 && PPC_256K_PAGES
909
default "4" if PPC32 && PPC_256K_PAGES
910
- range 10 63
911
default "10"
912
help
913
The kernel page allocator limits the size of maximal physically
0 commit comments