On Sun, Dec 15, 2013 at 04:36:27PM +0000, Jiang Liu wrote: > 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. > > Cc: Andrew Morton <[email protected]> > Cc: Shaohua Li <[email protected]> > Cc: Peter Zijlstra <[email protected]> > Cc: Ingo Molnar <[email protected]> > Cc: Steven Rostedt <[email protected]> > Cc: Jiri Kosina <[email protected]> > Cc: Catalin Marinas <[email protected]> > Cc: Will Deacon <[email protected]> > Cc: Arnd Bergmann <[email protected]> > Cc: [email protected] > Signed-off-by: Jiang Liu <[email protected]> > --- > arch/arm64/include/asm/hardirq.h | 2 +- > arch/arm64/kernel/smp.c | 10 +--------- > 2 files changed, 2 insertions(+), 10 deletions(-)
Acked-by: Will Deacon <[email protected]> I assume you're taking this series via some other route (than the arch/ trees) in order to deal with any core dependencies? Will -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

