cpumask: use set_cpu_active in init/main.c
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 31 Mar 2009 04:05:12 +0000 (22:05 -0600)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 30 Mar 2009 11:35:12 +0000 (22:05 +1030)
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>

No differences found