Hi Ingo, Today's linux-next merge of the sparseirq tree got a conflict in kernel/irq/handle.c between commit 7f7ace0cda64c99599c23785f8979a072e118058 ("cpumask: update irq_desc to use cpumask_var_t") from the cpus4096 tree and commit d7e51e66899f95dabc89b4d4c6674a6e50fa37fc ("sparseirq: make some func to be used with genirq") from the sparseirq tree. I fixed it up (see below) and can carry the fix as necessary. I am not sure if this needs something better. -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx http://www.canb.auug.org.au/~sfr/ diff --cc kernel/irq/handle.c index 375d68c,48299a8..0000000 --- a/kernel/irq/handle.c +++ b/kernel/irq/handle.c @@@ -236,8 -225,9 +237,10 @@@ int __init early_irq_init(void for (i = 0; i < count; i++) { desc[i].irq = i; + desc[i].kstat_irqs = kstat_irqs_all[i]; + init_alloc_desc_masks(&desc[i], 0, true); } + return arch_early_irq_init(); } -- 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