[PATCH 07/11] smp: Consolidate the various smp_call_function_single() declensions

2014-02-24 Thread Frederic Weisbecker
__smp_call_function_single() and smp_call_function_single() share some code that can be factorized: execute inline when the target is local, check if the target is online, lock the csd, call generic_exec_single(). Lets move the common parts to generic_exec_single(). Reviewed-by: Jan Kara Cc: And

Re: [PATCH 07/11] smp: Consolidate the various smp_call_function_single() declensions

2014-02-10 Thread Jan Kara
On Sat 08-02-14 17:18:36, Frederic Weisbecker wrote: > __smp_call_function_single() and smp_call_function_single() share some > code that can be factorized: execute inline when the target is local, > check if the target is online, lock the csd, call generic_exec_single(). > > Lets move the common

[PATCH 07/11] smp: Consolidate the various smp_call_function_single() declensions

2014-02-08 Thread Frederic Weisbecker
__smp_call_function_single() and smp_call_function_single() share some code that can be factorized: execute inline when the target is local, check if the target is online, lock the csd, call generic_exec_single(). Lets move the common parts to generic_exec_single(). Cc: Andrew Morton Cc: Christo