From: Tejun Heo Date: Mon, 21 Jun 2010 21:53:31 +0000 (+0200) Subject: sched, cpuset: Drop __cpuexit from cpu hotplug callbacks X-Git-Tag: v2.6.36-rc1~531^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b2e918aa99fe6c3b8f163aa323a275ad8577828;p=pandora-kernel.git 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 Signed-off-by: Tejun Heo Acked-by: Tony Luck Cc: Peter Zijlstra LKML-Reference: <4C1FDF5B.1040301@kernel.org> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed