From: Chris Metcalf Date: Mon, 16 Sep 2013 17:02:57 +0000 (-0400) Subject: tile: double default VMALLOC space X-Git-Tag: v3.12-rc2~27^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ad2a4bb378ff76f9ca4c61bb11b1b208f71e1861;p=profile%2Fcommon%2Fkernel-common.git 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 --- 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"