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

2016-08-30 Thread Catalin Marinas
On Thu, Aug 25, 2016 at 06:26:31PM +0100, Catalin Marinas wrote: > diff --git a/Documentation/static-keys.txt b/Documentation/static-keys.txt > index 477927becacb..fd490f8b1cfa 100644 > --- a/Documentation/static-keys.txt > +++ b/Documentation/static-keys.txt > @@ -15,6 +15,8 @@ The updated API rep

[PATCH 1/2] jump_labels: Allow array initialisers

2016-08-25 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: Jason Baron Cc: Jonathan Cor