]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: SMP: kill redundant call of generic_smp_call_function_single_interrupt()
authorJiang Liu <jiang.liu@huawei.com>
Wed, 11 Sep 2013 16:07:15 +0000 (00:07 +0800)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 24 Sep 2013 08:59:15 +0000 (10:59 +0200)
commit03360ca8ab60b3eb382620d56f261f84bc50ae37
tree17a4164a0039439a3abd44ec73a7f16de3fda1e4
parent4a10c2ac2f368583138b774ca41fac4207911983
MIPS: SMP: kill redundant call of generic_smp_call_function_single_interrupt()

Since commit 9a46ad6d6df3b54 "smp: make smp_call_function_many() use
logic similar to smp_call_function_single()",
generic_smp_call_function_single_interrupt() is an alias of
generic_smp_call_function_interrupt(), so kill the redundant call.

Signed-off-by: Jiang Liu <jiang.liu@huawei.com>
Cc: Jiang Liu <liuj97@gmail.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Shaohua Li <shli@kernel.org>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Jiri Kosina <trivial@kernel.org>
Cc: Wang YanQing <udknight@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Cc: linux-arch@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/5820/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/smp.c