]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/iucv/iucv.c
Merge branch 'linus' into cpus4096
[linux-2.6-omap-h63xx.git] / net / iucv / iucv.c
index cc34ac769a3c9d3eb19bf6c1f52828d6e961725d..411b339a0c8a5edeedbc6822742c1da73514f884 100644 (file)
@@ -497,7 +497,7 @@ static void iucv_setmask_up(void)
        /* Disable all cpu but the first in cpu_irq_cpumask. */
        cpumask = iucv_irq_cpumask;
        cpu_clear(first_cpu(iucv_irq_cpumask), cpumask);
-       for_each_cpu_mask(cpu, cpumask)
+       for_each_cpu_mask_nr(cpu, cpumask)
                smp_call_function_single(cpu, iucv_block_cpu, NULL, 1);
 }