Hi all, On Mon, 3 Jul 2017 13:56:16 +1000 Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote: > > + if (cpu < nr_queues) { > - map[cpu] = cpu_to_queue_index(nr_queues, cpu, online_mask); > ++ map[cpu] = cpu_to_queue_index(nr_queues, cpu) > + } else { > + first_sibling = get_first_sibling(cpu); > + if (first_sibling == cpu) > - map[cpu] = cpu_to_queue_index(nr_queues, cpu, online_mask); > ++ map[cpu] = cpu_to_queue_index(nr_queues, cpu) Clearly, I dropped a couple of semicolons here ... I added them to the merge resolution. -- Cheers, Stephen Rothwell -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html