commit | 2e5ce39d6703836b583c43131c365201a76285a5 | [log] [tgz] |
---|---|---|
author | Nathan Lynch <nathanl@austin.ibm.com> | Mon Mar 20 18:35:15 2006 -0600 |
committer | Paul Mackerras <paulus@samba.org> | Wed Mar 22 15:03:48 2006 +1100 |
tree | f45152d260b8ad49dc4dcb2ada905eaa24ffdc26 | |
parent | bf4b85b0e4bab42b3e8d8b0acc6851bb85e2050b [diff] |
[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 <nathanl@austin.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>