]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/include/asm/memory.h
[ARM] mm: move vmalloc= parsing to arch/arm/mm/mmu.c
[linux-2.6-omap-h63xx.git] / arch / arm / include / asm / memory.h
index 7e8d22fef29c2455a52f7e84e2b96269203092c8..7834adbe1774649c87b4582e4ba30eadeb606857 100644 (file)
 #define arch_adjust_zones(node,size,holes) do { } while (0)
 #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.