diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2013-09-16 13:02:57 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2013-09-16 15:47:14 -0400 |
commit | ad2a4bb378ff76f9ca4c61bb11b1b208f71e1861 (patch) | |
tree | 1d12a8825c1f7d314bcdff0d0fb0dfb8a70439f8 /arch/tile/Kconfig | |
parent | 35fab6118f189823bd590ce2c56e66bacf674b97 (diff) | |
download | op-kernel-dev-ad2a4bb378ff76f9ca4c61bb11b1b208f71e1861.zip op-kernel-dev-ad2a4bb378ff76f9ca4c61bb11b1b208f71e1861.tar.gz |
tile: double default VMALLOC space
With per-cpu data as well as loaded kernel modules coming from
the vmalloc arena, we get close to the line all the time and
occasionally need more than we had, so just double it up by default.
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile/Kconfig')
-rw-r--r-- | arch/tile/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig index 8a7cc66..d45a2c4 100644 --- a/arch/tile/Kconfig +++ b/arch/tile/Kconfig @@ -361,7 +361,7 @@ config CMDLINE_OVERRIDE config VMALLOC_RESERVE hex - default 0x1000000 + default 0x2000000 config HARDWALL bool "Hardwall support to allow access to user dynamic network" |