From: Matt Tolentino Date: Tue, 17 Jan 2006 06:03:44 +0000 (+0100) Subject: [PATCH] x86_64: add __meminit for memory hotplug X-Git-Tag: v2.6.16-rc1~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c09b42404d29c8a9266f8186632330dc8474bf2e;p=pandora-kernel.git [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 Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed