]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] x86_64: add __meminit for memory hotplug
authorMatt Tolentino <metolent@cs.vt.edu>
Tue, 17 Jan 2006 06:03:44 +0000 (07:03 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 17 Jan 2006 07:18:35 +0000 (23:18 -0800)
commitc09b42404d29c8a9266f8186632330dc8474bf2e
tree26477ddbd49e6de7ef16e21d7a7440b9b9f11c57
parent44df75e629106efcada087cead6c3f33ed6bcc60
[PATCH] x86_64: add __meminit for memory hotplug

Add __meminit to the __init lineup to ensure functions default
to __init when memory hotplug is not enabled.  Replace __devinit
with __meminit on functions that were changed when the memory
hotplug code was introduced.

Signed-off-by: Matt Tolentino <matthew.e.tolentino@intel.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/mm/init.c
include/linux/init.h
mm/page_alloc.c