Re: [PATCH v2 1/2] jump_labels: Allow array initialisers

2016-09-06 Thread Peter Zijlstra
On Tue, Sep 06, 2016 at 07:11:46PM +0100, Will Deacon wrote: > On Mon, Sep 05, 2016 at 06:25:47PM +0100, Catalin Marinas wrote: > > The static key API is currently designed around single variable > > definitions. There are cases where an array of static keys is desirable, > > so extend the API to a

Re: [PATCH v2 1/2] jump_labels: Allow array initialisers

2016-09-06 Thread Will Deacon
On Mon, Sep 05, 2016 at 06:25:47PM +0100, Catalin Marinas wrote: > The static key API is currently designed around single variable > definitions. There are cases where an array of static keys is desirable, > so extend the API to allow this rather than using the internal static > key implementation

[PATCH v2 1/2] jump_labels: Allow array initialisers

2016-09-05 Thread Catalin Marinas
The static key API is currently designed around single variable definitions. There are cases where an array of static keys is desirable, so extend the API to allow this rather than using the internal static key implementation directly. Suggested-by: Dave P Martin Cc: Peter Zijlstra Cc: Jason Bar