Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -1
+1 -1
arch/tile/Kconfig
··· 361 361 362 362 config VMALLOC_RESERVE 363 363 hex 364 - default 0x1000000 364 + default 0x2000000 365 365 366 366 config HARDWALL 367 367 bool "Hardwall support to allow access to user dynamic network"