Messages in this thread |  | | Date | Thu, 5 Dec 2013 16:08:59 -0500 | From | Chris Metcalf <> | Subject | Re: [RFC PATCH v3 17/19] smp, tile: kill SMP single function call interrupt |
| |
On 12/4/2013 11:13 AM, 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 intterupt > is needed for architecture specific code to support generic SMP function > call interfaces, so kill the redundant single function call interrupt. > > Cc: Chris Metcalf <cmetcalf@tilera.com> > Cc: Andrew Morton <akpm@linux-foundation.org> > Cc: Shaohua Li <shli@kernel.org> > Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> > Cc: Ingo Molnar <mingo@elte.hu> > Cc: Steven Rostedt <rostedt@goodmis.org> > Cc: Jiri Kosina <trivial@kernel.org> > Signed-off-by: Jiang Liu <liuj97@gmail.com> > --- > arch/tile/include/asm/smp.h | 7 +++---- > arch/tile/kernel/smp.c | 6 +----- > 2 files changed, 4 insertions(+), 9 deletions(-)
Acked-by: Chris Metcalf <cmetcalf@tilera.com>
-- Chris Metcalf, Tilera Corp. http://www.tilera.com
|  |