Re: [RFC PATCH v3 17/19] smp, tile: kill SMP single function call interrupt

2013-12-05 Thread Chris Metcalf
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

Re: [RFC PATCH v3 17/19] smp, tile: kill SMP single function call interrupt

2013-12-05 Thread Chris Metcalf
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

[RFC PATCH v3 17/19] smp, tile: kill SMP single function call interrupt

2013-12-04 Thread Jiang Liu
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,

[RFC PATCH v3 17/19] smp, tile: kill SMP single function call interrupt

2013-12-04 Thread Jiang Liu
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