From: Jiang Liu Date: Fri, 23 Jan 2015 05:36:42 +0000 (+0000) Subject: smp, ARM64: Kill SMP single function call interrupt X-Git-Tag: fixes-v4.0-rc1~133^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0aaf0dae81b586134faeb52e28b7ad567629dd68;p=pandora-kernel.git smp, ARM64: Kill SMP single function call interrupt Commit 9a46ad6d6df3b54 "smp: make smp_call_function_many() use logic similar to smp_call_function_single()" has unified the way to handle single and multiple cross-CPU function calls. Now only one interrupt is needed for architecture specific code to support generic SMP function call interfaces, so kill the redundant single function call interrupt. Signed-off-by: Jiang Liu Acked-by: Will Deacon Cc: linux-arm-kernel@lists.infradead.org Cc: Arnd Bergmann Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed