git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eca7321
)
[ARM] mm: move vmalloc= parsing to arch/arm/mm/mmu.c
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Tue, 30 Sep 2008 18:31:44 +0000
(19:31 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Tue, 30 Sep 2008 20:34:16 +0000
(21:34 +0100)
There's no point scattering this around the tree, the parsing
of the parameter might as well live beside the code which uses
it. That also means we can make vmalloc_reserve a static
variable.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
No differences found