sched, cpuset: Drop __cpuexit from cpu hotplug callbacks
authorTejun Heo <tj@kernel.org>
Mon, 21 Jun 2010 21:53:31 +0000 (23:53 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 22 Jun 2010 06:07:39 +0000 (08:07 +0200)
commit0b2e918aa99fe6c3b8f163aa323a275ad8577828
tree9e979e6ec865e31bbcc3cddf4f18751c48aa1934
parent8d1f431cbec115a780cd551ab1b4955c125f8d31
sched, cpuset: Drop __cpuexit from cpu hotplug callbacks

Commit 3a101d05 (sched: adjust when cpu_active and cpuset
configurations are updated during cpu on/offlining) added
hotplug notifiers marked with __cpuexit; however, ia64 drops
text in __cpuexit during link unlike x86.

This means that functions which are referenced during init but used
only for cpu hot unplugging afterwards shouldn't be marked with
__cpuexit. Drop __cpuexit from those functions.

Reported-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Tony Luck <tony.luck@intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
LKML-Reference: <4C1FDF5B.1040301@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/cpuset.c
kernel/sched.c