瀏覽代碼

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>
Chris Metcalf 12 年之前
父節點
當前提交
ad2a4bb378
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/tile/Kconfig

+ 1 - 1
arch/tile/Kconfig

@@ -361,7 +361,7 @@ config CMDLINE_OVERRIDE
 
 
 config VMALLOC_RESERVE
 config VMALLOC_RESERVE
 	hex
 	hex
-	default 0x1000000
+	default 0x2000000
 
 
 config HARDWALL
 config HARDWALL
 	bool "Hardwall support to allow access to user dynamic network"
 	bool "Hardwall support to allow access to user dynamic network"