commit | 4462344ee9ea9224d026801b877887f2f39774a3 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Thu Jan 01 10:12:23 2009 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Thu Jan 01 10:12:23 2009 +1030 |
tree | deb703d6858f2fb7f7db69c65e90560ce4a0654e | |
parent | 9e01c1b74c9531e301c900edaa92a99fcb7738f2 [diff] |
cpumask: convert kernel trace functions further Impact: Reduce future memory usage, use new cpumask API. Since the last patch was created and acked, more old cpumask users slipped into kernel/trace. Mostly trivial conversions, except struct trace_iterator's "started" member becomes a cpumask_var_t. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>