Skip to content

Commit ad2a4bb

Browse files
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 <[email protected]>
1 parent 35fab61 commit ad2a4bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/tile/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ config CMDLINE_OVERRIDE
361361

362362
config VMALLOC_RESERVE
363363
hex
364-
default 0x1000000
364+
default 0x2000000
365365

366366
config HARDWALL
367367
bool "Hardwall support to allow access to user dynamic network"

0 commit comments

Comments
 (0)