commit | 6c5da7aced798c7781f054a76c769b85f0173561 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Tue Sep 30 19:31:44 2008 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Sep 30 21:34:16 2008 +0100 |
tree | a4713f081e16183b6ed00368658ee77bcca83cf6 | |
parent | eca73214c9c50e290b8dc823b41730b01788872d [diff] |
[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>