Messages in this thread |  | | Date | Sun, 4 Oct 2015 20:09:32 +0100 | | From | Greg Kroah-Hartman <> | | Subject | Re: [PATCH 3/5] drivers/base/cpu.c: use __cpu_*_mask directly |
| |
On Fri, Sep 25, 2015 at 08:22:25PM +0200, Rasmus Villemoes wrote: > The only user of the lvalue-ness of the cpu_*_mask variables is in > drivers/base/cpu.c, and that is mostly a work-around for the fact that > not even const variables can be used in static initialization. Now > that the underlying struct cpumasks are exposed we can take their > address. > > Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|  |