summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_power.c
diff options
context:
space:
mode:
authorRusty Russell2009-01-01 00:42:22 +0100
committerRusty Russell2009-01-01 00:42:22 +0100
commit9e01c1b74c9531e301c900edaa92a99fcb7738f2 (patch)
treef71425ecfecf32046bd6aecb5ca6e504e9258b30 /kernel/trace/trace_power.c
parentcpumask: Introduce topology_core_cpumask()/topology_thread_cpumask(): ia64 (diff)
downloadkernel-qcow2-linux-9e01c1b74c9531e301c900edaa92a99fcb7738f2.tar.gz
kernel-qcow2-linux-9e01c1b74c9531e301c900edaa92a99fcb7738f2.tar.xz
kernel-qcow2-linux-9e01c1b74c9531e301c900edaa92a99fcb7738f2.zip
cpumask: convert kernel trace functions
Impact: Reduce future memory usage, use new cpumask API. (Eventually, cpumask_var_t will be allocated based on nr_cpu_ids, not NR_CPUS). Convert kernel trace functions to use struct cpumask API: 1) Use cpumask_copy/cpumask_test_cpu/for_each_cpu. 2) Use cpumask_var_t and alloc_cpumask_var/free_cpumask_var everywhere. 3) Use on_each_cpu instead of playing with current->cpus_allowed. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Mike Travis <travis@sgi.com> Acked-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'kernel/trace/trace_power.c')
0 files changed, 0 insertions, 0 deletions