This is still spitting:
lib/dlock-list.c: In function âcpu2idx_initâ:
lib/dlock-list.c:75:16: error: incompatible types when assigning to type
âcpumask_var_tâ from type âstruct cpumask *â
sibling_mask = topology_sibling_cpumask(cpu);
^
lib/dlock-list.c:76:7: warning: the address of âsibling_maskâ will always
evaluate as âtrueâ [-Waddress]
if (sibling_mask) {
^

