memory hotplug: small fixes to bootmem freeing for memory hotremove
authorYasunori Goto <[email protected]>
Thu, 24 Jul 2008 04:28:17 +0000 (21:28 -0700)
committerLinus Torvalds <[email protected]>
Thu, 24 Jul 2008 17:47:21 +0000 (10:47 -0700)
commitaf370fb8cb3031f20438f246798d5f0d98089f29
treea5b06adeeaeaafb89c7d326ed1daabd0caa364c8
parent48c906823f3927b981db9f0b03c2e2499977ee93
memory hotplug: small fixes to bootmem freeing for memory hotremove

- Change some naming
  * Magic -> types
  * MIX_INFO -> MIX_SECTION_INFO
  * Change definition of bootmem type from direct hex value

- __free_pages_bootmem() becomes __meminit.

Signed-off-by: Yasunori Goto <[email protected]>
Cc: Andy Whitcroft <[email protected]>
Cc: Badari Pulavarty <[email protected]>
Cc: Yinghai Lu <[email protected]>
Cc: Johannes Weiner <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/memory_hotplug.h
mm/memory_hotplug.c
mm/page_alloc.c