Skip to content
Commit 2b17fa50 authored by Rusty Russell's avatar Rusty Russell
Browse files

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: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 0451fb2e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment