From: Nathan Lynch Date: Tue, 21 Mar 2006 00:35:15 +0000 (-0600) Subject: [PATCH] powerpc numa: Minor cpu hotplug-related cleanups X-Git-Tag: v2.6.17-rc1~1117^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e5ce39d6703836b583c43131c365201a76285a5;p=pandora-kernel.git [PATCH] powerpc numa: Minor cpu hotplug-related cleanups map_cpu_to_node does not need to be inline, it is never called in a hot path. map_cpu_to_node, numa_setup_cpu, and find_cpu_node can be marked __cpuinit, as they are never used after boot if CONFIG_HOTPLUG_CPU=n. Signed-off-by: Nathan Lynch Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed