[PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit only
authorChandra Seetharaman <sekharan@us.ibm.com>
Tue, 27 Jun 2006 09:54:09 +0000 (02:54 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 28 Jun 2006 00:32:41 +0000 (17:32 -0700)
commit74b85f3790aa2550c617fe14439482e13e615fa0
tree125e9c503d483c304e111ca825358bd81e0610cd
parent65edc68c345cbe21d0b0375c3452a3ed5e322868
[PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit only

Make notifier_blocks associated with cpu_notifier as __cpuinitdata.

__cpuinitdata makes sure that the data is init time only unless
CONFIG_HOTPLUG_CPU is defined.

Signed-off-by: Chandra Seetharaman <sekharan@us.ibm.com>
Cc: Ashok Raj <ashok.raj@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
12 files changed:
arch/i386/kernel/cpu/intel_cacheinfo.c
arch/i386/kernel/cpuid.c
arch/i386/kernel/msr.c
arch/ia64/kernel/palinfo.c
arch/ia64/kernel/topology.c
arch/powerpc/mm/numa.c
arch/x86_64/kernel/mce.c
drivers/base/topology.c
drivers/cpufreq/cpufreq.c
mm/page-writeback.c
mm/page_alloc.c
mm/slab.c