[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>
Showing
- arch/powerpc/kernel/sysfs.c 2 additions, 2 deletionsarch/powerpc/kernel/sysfs.c
- kernel/hrtimer.c 2 additions, 2 deletionskernel/hrtimer.c
- kernel/rcupdate.c 2 additions, 2 deletionskernel/rcupdate.c
- kernel/softirq.c 2 additions, 2 deletionskernel/softirq.c
- kernel/softlockup.c 2 additions, 2 deletionskernel/softlockup.c
- kernel/timer.c 2 additions, 2 deletionskernel/timer.c
- mm/slab.c 1 addition, 1 deletionmm/slab.c
Loading
Please register or sign in to comment