commit | 2b17fa506c418e9fb02bbbc7f426d2bbb5b247a6 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Mon Mar 30 22:05:12 2009 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Mon Mar 30 22:05:12 2009 +1030 |
tree | bc010d85f71ff6f6f8fa3e7038d8ad5eb3526aec | |
parent | 0451fb2ebc4f65c265bb51d71a2fc986ebf20218 [diff] |
cpumask: use set_cpu_active in init/main.c cpu_active_map is deprecated in favor of cpu_active_mask, which is const for safety: we use accessors now (set_cpu_active) is we really want to make a change. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>