commit | c09b42404d29c8a9266f8186632330dc8474bf2e | [log] [tgz] |
---|---|---|
author | Matt Tolentino <metolent@cs.vt.edu> | Tue Jan 17 07:03:44 2006 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jan 16 23:18:35 2006 -0800 |
tree | 26477ddbd49e6de7ef16e21d7a7440b9b9f11c57 | |
parent | 44df75e629106efcada087cead6c3f33ed6bcc60 [diff] |
[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>