]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[ARM] mm: move vmalloc= parsing to arch/arm/mm/mmu.c
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Tue, 30 Sep 2008 18:31:44 +0000 (19:31 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 30 Sep 2008 20:34:16 +0000 (21:34 +0100)
commit6c5da7aced798c7781f054a76c769b85f0173561
treea4713f081e16183b6ed00368658ee77bcca83cf6
parenteca73214c9c50e290b8dc823b41730b01788872d
[ARM] mm: move vmalloc= parsing to arch/arm/mm/mmu.c

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>
arch/arm/include/asm/memory.h
arch/arm/kernel/setup.c
arch/arm/mm/mmu.c