[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.20.1712281559410.1899@nanos>
Date: Thu, 28 Dec 2017 16:04:31 +0100 (CET)
From: Thomas Gleixner <tglx@...utronix.de>
To: David Howells <dhowells@...hat.com>
cc: linux-arch@...r.kernel.org, x86@...nel.org,
linux-ia64@...r.kernel.org, torvalds@...ux-foundation.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 4/5] Expand the INIT_SIGNALS and INIT_SIGHAND macros and
remove
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
Powered by blists - more mailing lists