diff options
author | 2012-09-18 09:59:23 -0700 | |
---|---|---|
committer | 2012-09-18 09:59:23 -0700 | |
commit | 9fdf9b73d61c87a9c16f101bb8bbe069d13046f5 (patch) | |
tree | 5b77daceffec6c330f66ac13a1687a986344c817 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py | |
parent | workqueue: rename manager_mutex to assoc_mutex (diff) | |
download | linux-dev-9fdf9b73d61c87a9c16f101bb8bbe069d13046f5.tar.xz linux-dev-9fdf9b73d61c87a9c16f101bb8bbe069d13046f5.zip |
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 <laijs@cn.fujitsu.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py')
0 files changed, 0 insertions, 0 deletions