From: Dave Hansen Date: Sun, 30 Oct 2005 01:16:55 +0000 (-0700) Subject: [PATCH] memory hotplug: move section_mem_map alloc to sparse.c X-Git-Tag: v2.6.15-rc1~730^2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b0acbec1bed75ec1e1daa7f7006323a2a2b2844;p=pandora-kernel.git [PATCH] memory hotplug: move section_mem_map alloc to sparse.c This basically keeps up from having to extern __kmalloc_section_memmap(). The vaddr_in_vmalloc_area() helper could go in a vmalloc header, but that header gets hard to work with, because it needs some arch-specific macros. Just stick it in here for now, instead of creating another header. Signed-off-by: Dave Hansen Signed-off-by: Lion Vollnhals Signed-off-by: Jiri Slaby Signed-off-by: Yasunori Goto Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed