From: Lai Jiangshan Date: Tue, 18 Sep 2012 16:59:23 +0000 (-0700) Subject: workqueue: use __cpuinit instead of __devinit for cpu callbacks X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~52^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fdf9b73d61c87a9c16f101bb8bbe069d13046f5;p=pandora-kernel.git workqueue: use __cpuinit instead of __devinit for cpu callbacks For workqueue hotplug callbacks, it makes less sense to use __devinit which discards the memory after boot if !HOTPLUG. __cpuinit, which discards the memory after boot if !HOTPLUG_CPU fits better. tj: Updated description. Signed-off-by: Lai Jiangshan Signed-off-by: Tejun Heo --- Reading git-diff-tree failed