Re: [PATCH 4/5] Expand the INIT_SIGNALS and INIT_SIGHAND macros and remove

From: Thomas Gleixner
Date: Thu Dec 28 2017 - 10:04:41 EST


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