Skip to content

Commit

Permalink
tile: double default VMALLOC space
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
cmetcalf-tilera committed Sep 16, 2013
1 parent 35fab61 commit ad2a4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/tile/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ad2a4bb

Please sign in to comment.