summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2013-09-16 17:02:57 (GMT)
committerChris Metcalf <cmetcalf@tilera.com>2013-09-16 19:47:14 (GMT)
commitad2a4bb378ff76f9ca4c61bb11b1b208f71e1861 (patch)
tree1d12a8825c1f7d314bcdff0d0fb0dfb8a70439f8
parent35fab6118f189823bd590ce2c56e66bacf674b97 (diff)
downloadlinux-ad2a4bb378ff76f9ca4c61bb11b1b208f71e1861.tar.xz
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>
-rw-r--r--arch/tile/Kconfig2
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"