Re: [RFC PATCH v2 17/25] smp, sh: kill SMP single function call interrupt

2013-09-12 Thread Paul Mundt
On Thu, Sep 12, 2013 at 12:07:21AM +0800, Jiang Liu wrote: > From: 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 interrupt > is

Re: [RFC PATCH v2 17/25] smp, sh: kill SMP single function call interrupt

2013-09-12 Thread Paul Mundt
On Thu, Sep 12, 2013 at 12:07:21AM +0800, Jiang Liu wrote: From: Jiang Liu jiang@huawei.com 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

[RFC PATCH v2 17/25] smp, sh: kill SMP single function call interrupt

2013-09-11 Thread Jiang Liu
From: 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 interrupt is needed for architecture specific code to support generic SMP function

[RFC PATCH v2 17/25] smp, sh: kill SMP single function call interrupt

2013-09-11 Thread Jiang Liu
From: Jiang Liu jiang@huawei.com 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