On Fri, 8 Dec 2017, David Howells wrote:
>  #define INIT_CPU_TIMERS(s)                                           \
>       .cpu_timers = {                                                 \
>               LIST_HEAD_INIT(s.cpu_timers[0]),                        \
>               LIST_HEAD_INIT(s.cpu_timers[1]),                        \

That macro is only used in init_task.c Why not moving it there and get rid
of the whole macro maze in the header file?

Thanks,

        tglx

Reply via email to