Re: [PATCH v2 01/20] arm64: capabilities: Update prototype for enable call back

2018-02-07 Thread Robin Murphy
On 31/01/18 18:27, Suzuki K Poulose wrote: From: Dave Martin We issue the enable() call back for all CPU hwcaps capabilities available on the system, on all the CPUs. So far we have ignored the argument passed to the call back, which had a prototype to accept a "void *" for use with on_each_cpu

Re: [PATCH v2 01/20] arm64: capabilities: Update prototype for enable call back

2018-02-07 Thread Dave Martin
On Wed, Jan 31, 2018 at 06:27:48PM +, Suzuki K Poulose wrote: > From: Dave Martin > > We issue the enable() call back for all CPU hwcaps capabilities > available on the system, on all the CPUs. So far we have ignored > the argument passed to the call back, which had a prototype to > accept a

[PATCH v2 01/20] arm64: capabilities: Update prototype for enable call back

2018-01-31 Thread Suzuki K Poulose
From: Dave Martin We issue the enable() call back for all CPU hwcaps capabilities available on the system, on all the CPUs. So far we have ignored the argument passed to the call back, which had a prototype to accept a "void *" for use with on_each_cpu() and later with stop_machine(). However, wi