commit | 74b85f3790aa2550c617fe14439482e13e615fa0 | [log] [tgz] |
---|---|---|
author | Chandra Seetharaman <sekharan@us.ibm.com> | Tue Jun 27 02:54:09 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Jun 27 17:32:41 2006 -0700 |
tree | 125e9c503d483c304e111ca825358bd81e0610cd | |
parent | 65edc68c345cbe21d0b0375c3452a3ed5e322868 [diff] |
[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>