-
- Downloads
[PATCH] Remove __devinit and __cpuinit from notifier_call definitions
Few of the notifier_chain_register() callers use __init in the definition of notifier_call. It is incorrect as the function definition should be available after the initializations (they do not unregister them during initializations). This patch fixes all such usages to _not_ have the notifier_call __init section. Signed-off-by:Chandra Seetharaman <sekharan@us.ibm.com> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
Showing
- arch/i386/kernel/cpu/intel_cacheinfo.c 1 addition, 1 deletionarch/i386/kernel/cpu/intel_cacheinfo.c
- arch/ia64/kernel/palinfo.c 1 addition, 1 deletionarch/ia64/kernel/palinfo.c
- arch/ia64/kernel/salinfo.c 1 addition, 1 deletionarch/ia64/kernel/salinfo.c
- arch/ia64/kernel/topology.c 1 addition, 1 deletionarch/ia64/kernel/topology.c
- arch/powerpc/kernel/sysfs.c 1 addition, 1 deletionarch/powerpc/kernel/sysfs.c
- arch/x86_64/kernel/mce.c 1 addition, 1 deletionarch/x86_64/kernel/mce.c
- arch/x86_64/kernel/mce_amd.c 1 addition, 1 deletionarch/x86_64/kernel/mce_amd.c
- drivers/base/topology.c 1 addition, 1 deletiondrivers/base/topology.c
- drivers/cpufreq/cpufreq.c 1 addition, 1 deletiondrivers/cpufreq/cpufreq.c
- kernel/hrtimer.c 1 addition, 1 deletionkernel/hrtimer.c
- kernel/profile.c 1 addition, 1 deletionkernel/profile.c
- kernel/rcupdate.c 1 addition, 1 deletionkernel/rcupdate.c
- kernel/softirq.c 1 addition, 1 deletionkernel/softirq.c
- kernel/softlockup.c 1 addition, 1 deletionkernel/softlockup.c
- kernel/timer.c 1 addition, 1 deletionkernel/timer.c
- kernel/workqueue.c 1 addition, 1 deletionkernel/workqueue.c
- mm/page_alloc.c 1 addition, 1 deletionmm/page_alloc.c
- mm/slab.c 1 addition, 1 deletionmm/slab.c
- mm/vmscan.c 1 addition, 1 deletionmm/vmscan.c
Loading
Please register or sign in to comment