Commit 4750784c authored by Anton Blanchard's avatar Anton Blanchard

ppc64: FORCE_MAX_ZONEORDER is actually order + 1, from Dave Gibson

parent a3d9793a
...@@ -38,10 +38,11 @@ config FRAME_POINTER ...@@ -38,10 +38,11 @@ config FRAME_POINTER
default y default y
# We optimistically allocate largepages from the VM, so make the limit # We optimistically allocate largepages from the VM, so make the limit
# large enough (16MB) # large enough (16MB). This badly named config option is actually
# max order + 1
config FORCE_MAX_ZONEORDER config FORCE_MAX_ZONEORDER
int int
default "12" default "13"
source "init/Kconfig" source "init/Kconfig"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment