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 -- To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
![]() |