projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35fab61
)
tile: double default VMALLOC space
author
Chris Metcalf
<cmetcalf@tilera.com>
Mon, 16 Sep 2013 17:02:57 +0000
(13:02 -0400)
committer
Chris Metcalf
<cmetcalf@tilera.com>
Mon, 16 Sep 2013 19:47:14 +0000
(15:47 -0400)
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>
arch/tile/Kconfig
patch
|
blob
|
history
diff --git
a/arch/tile/Kconfig
b/arch/tile/Kconfig
index
8a7cc66
..
d45a2c4
100644
(file)
--- a/
arch/tile/Kconfig
+++ b/
arch/tile/Kconfig
@@
-361,7
+361,7
@@
config CMDLINE_OVERRIDE
config VMALLOC_RESERVE
hex
- default 0x
1
000000
+ default 0x
2
000000
config HARDWALL
bool "Hardwall support to allow access to user dynamic network"