Skip to content

Commit

Permalink
arm64: fix up obsolete cpu function usage.
Browse files Browse the repository at this point in the history
Thanks to spatch.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: linux-arm-kernel@lists.infradead.org
  • Loading branch information
Rusty Russell committed Mar 5, 2015
1 parent 8dd9289 commit 434ed7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ void smp_send_stop(void)
cpumask_t mask;

cpumask_copy(&mask, cpu_online_mask);
cpu_clear(smp_processor_id(), mask);
cpumask_clear_cpu(smp_processor_id(), &mask);

smp_cross_call(&mask, IPI_CPU_STOP);
}
Expand Down

0 comments on commit 434ed7f

Please sign in to comment.