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) {
      ^

Reply via email to