Commit a3d9793a authored by Anton Blanchard's avatar Anton Blanchard

ppc64: Increase maximum allocation size to 16MB for largepage support

parent 20f937be
......@@ -37,6 +37,12 @@ config FRAME_POINTER
bool
default y
# We optimistically allocate largepages from the VM, so make the limit
# large enough (16MB)
config FORCE_MAX_ZONEORDER
int
default "12"
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