diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-09-30 19:31:44 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-09-30 21:34:16 +0100 |
commit | 6c5da7aced798c7781f054a76c769b85f0173561 (patch) | |
tree | a4713f081e16183b6ed00368658ee77bcca83cf6 /arch/arm/include/asm/memory.h | |
parent | eca73214c9c50e290b8dc823b41730b01788872d (diff) | |
download | blackbird-obmc-linux-6c5da7aced798c7781f054a76c769b85f0173561.tar.gz blackbird-obmc-linux-6c5da7aced798c7781f054a76c769b85f0173561.zip |
[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>
Diffstat (limited to 'arch/arm/include/asm/memory.h')
-rw-r--r-- | arch/arm/include/asm/memory.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/include/asm/memory.h b/arch/arm/include/asm/memory.h index 7e8d22fef29c..7834adbe1774 100644 --- a/arch/arm/include/asm/memory.h +++ b/arch/arm/include/asm/memory.h @@ -140,14 +140,6 @@ #endif /* - * Amount of memory reserved for the vmalloc() area, and minimum - * address for vmalloc mappings. - */ -extern unsigned long vmalloc_reserve; - -#define VMALLOC_MIN (void *)(VMALLOC_END - vmalloc_reserve) - -/* * PFNs are used to describe any physical page; this means * PFN 0 == physical address 0. * |