diff options
Diffstat (limited to 'include/asm-x86')
-rw-r--r-- | include/asm-x86/ipi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/ipi.h b/include/asm-x86/ipi.h index ecc80f341f37..5f7310aa3efd 100644 --- a/include/asm-x86/ipi.h +++ b/include/asm-x86/ipi.h | |||
@@ -121,7 +121,7 @@ static inline void send_IPI_mask_sequence(cpumask_t mask, int vector) | |||
121 | * - mbligh | 121 | * - mbligh |
122 | */ | 122 | */ |
123 | local_irq_save(flags); | 123 | local_irq_save(flags); |
124 | for_each_cpu_mask(query_cpu, mask) { | 124 | for_each_cpu_mask_nr(query_cpu, mask) { |
125 | __send_IPI_dest_field(per_cpu(x86_cpu_to_apicid, query_cpu), | 125 | __send_IPI_dest_field(per_cpu(x86_cpu_to_apicid, query_cpu), |
126 | vector, APIC_DEST_PHYSICAL); | 126 | vector, APIC_DEST_PHYSICAL); |
127 | } | 127 | } |