]> git.baikalelectronics.ru Git - kernel.git/commit
memory hotplug: make alloc_bootmem_section()
authorYasunori Goto <y-goto@jp.fujitsu.com>
Mon, 28 Apr 2008 09:13:32 +0000 (02:13 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 28 Apr 2008 15:58:25 +0000 (08:58 -0700)
commitedce4f30eea267e22bc06ea209e67143942e89c9
tree196dc5f2804f9f5496f51954330a036e3a2762d8
parent6cda380199f4e46675d06200199f4c9612dbd5c3
memory hotplug: make alloc_bootmem_section()

alloc_bootmem_section() can allocate specified section's area.  This is used
for usemap to keep same section with pgdat by later patch.

Signed-off-by: Yasunori Goto <y-goto@jp.fujitsu.com>
Cc: Badari Pulavarty <pbadari@us.ibm.com>
Cc: Yinghai Lu <yhlu.kernel@gmail.com>
Cc: Yasunori Goto <y-goto@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/bootmem.h
mm/bootmem.c