mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 12:00:22 +09:00
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>