commit | 5cb0535f1713b51610f2881b17d0fe3656114364 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Sun Jan 04 05:18:05 2009 -0800 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Jan 06 09:05:28 2009 +0100 |
tree | 4d358d2db4525f6c740e055f13d99768250d1db7 | |
parent | d12418fdeafdc08dd5bbec89d3e07e47ee75da55 [diff] |
cpumask: replace CPUMASK_ALLOC etc with cpumask_var_t Impact: cleanup There's only one user, and it's a fairly easy conversion. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Mike Travis <travis@sgi.com> Acked-by: Dave Jones <davej@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>