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 b2a37fb commit 0495408Copy full SHA for 0495408
arch/sh/mm/Kconfig
@@ -20,11 +20,8 @@ config PAGE_OFFSET
20
21
config ARCH_FORCE_MAX_ORDER
22
int "Order of maximal physically contiguous allocations"
23
- range 8 63 if PAGE_SIZE_16KB
24
default "8" if PAGE_SIZE_16KB
25
- range 6 63 if PAGE_SIZE_64KB
26
default "6" if PAGE_SIZE_64KB
27
- range 10 63
28
default "13" if !MMU
29
default "10"
30
help
0 commit comments