Re: [PATCH v3 2/6] smp: Cleanup smp_call_function*()

2020-10-28 Thread Frederic Weisbecker
On Wed, Oct 28, 2020 at 12:07:09PM +0100, Peter Zijlstra wrote: > Get rid of the __call_single_node union and cleanup the API a little > to avoid external code relying on the structure layout as much. > > Signed-off-by: Peter Zijlstra (Intel) Reviewed-by: Frederic Weisbecker

[PATCH v3 2/6] smp: Cleanup smp_call_function*()

2020-10-28 Thread Peter Zijlstra
Get rid of the __call_single_node union and cleanup the API a little to avoid external code relying on the structure layout as much. Signed-off-by: Peter Zijlstra (Intel) --- arch/mips/kernel/process.c |5 +- arch/mips/kernel/smp.c | 25 ++-