mirror of
https://github.com/LineageOS/android_kernel_fxtec_sm6115.git
synced 2026-06-13 06:43:20 +00: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>