[PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notifications
authorChandra Seetharaman <sekharan@us.ibm.com>
Sun, 30 Jul 2006 10:03:35 +0000 (03:03 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 31 Jul 2006 20:28:39 +0000 (13:28 -0700)
commit8c78f3075dab4be279e283f901f00e33ce44890a
tree034d667a713b24d39608b09bd2aafb7983fb6ba5
parentcea6a4ba8acfba6f59cc9ed71e0d05cb770b9d9c
[PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notifications

Few of the callback functions and notifier blocks that are associated with cpu
notifications incorrectly have __devinit and __devinitdata.  They should be
__cpuinit and __cpuinitdata instead.

It makes no functional difference but wastes text area when CONFIG_HOTPLUG is
enabled and CONFIG_HOTPLUG_CPU is not.

This patch fixes all those instances.

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>
arch/powerpc/kernel/sysfs.c
kernel/hrtimer.c
kernel/rcupdate.c
kernel/softirq.c
kernel/softlockup.c
kernel/timer.c
mm/slab.c