commit | e7577c50f2fb2d1c167e2c04a4b4c2cc042acb82 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Thu Jan 01 10:12:25 2009 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Thu Jan 01 10:12:25 2009 +1030 |
tree | a3f3db2e4c2feec93873c8015499f33834b38389 | |
parent | a45185d2d7108b01b90b9e0293377be4d6346dde [diff] |
cpumask: convert kernel/workqueue.c Impact: Reduce memory usage, use new cpumask API. cpu_populated_map becomes a cpumask_var_t, and cpu_singlethread_map is simply a cpumask pointer: it's simply the cpumask containing the first possible CPU anyway. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>