diff options
Diffstat (limited to 'arch/arm/kernel/smp.c')
-rw-r--r-- | arch/arm/kernel/smp.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/arch/arm/kernel/smp.c b/arch/arm/kernel/smp.c index 8c1959590252..7a236db03fb5 100644 --- a/arch/arm/kernel/smp.c +++ b/arch/arm/kernel/smp.c | |||
@@ -404,7 +404,7 @@ static void send_ipi_message(const struct cpumask *mask, enum ipi_msg_type msg) | |||
404 | /* | 404 | /* |
405 | * Call the platform specific cross-CPU call function. | 405 | * Call the platform specific cross-CPU call function. |
406 | */ | 406 | */ |
407 | smp_cross_call(mask); | 407 | smp_cross_call(mask, 1); |
408 | 408 | ||
409 | local_irq_restore(flags); | 409 | local_irq_restore(flags); |
410 | } | 410 | } |
@@ -537,14 +537,8 @@ static void ipi_cpu_stop(unsigned int cpu) | |||
537 | 537 | ||
538 | /* | 538 | /* |
539 | * Main handler for inter-processor interrupts | 539 | * Main handler for inter-processor interrupts |
540 | * | ||
541 | * For ARM, the ipimask now only identifies a single | ||
542 | * category of IPI (Bit 1 IPIs have been replaced by a | ||
543 | * different mechanism): | ||
544 | * | ||
545 | * Bit 0 - Inter-processor function call | ||
546 | */ | 540 | */ |
547 | asmlinkage void __exception do_IPI(struct pt_regs *regs) | 541 | asmlinkage void __exception do_IPI(int ipinr, struct pt_regs *regs) |
548 | { | 542 | { |
549 | unsigned int cpu = smp_processor_id(); | 543 | unsigned int cpu = smp_processor_id(); |
550 | struct ipi_data *ipi = &per_cpu(ipi_data, cpu); | 544 | struct ipi_data *ipi = &per_cpu(ipi_data, cpu); |