[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1325762266.1807.9.camel@x61.thuisdomein>
Date: Thu, 05 Jan 2012 12:17:46 +0100
From: Paul Bolle <pebolle@...cali.nl>
To: Feng Tang <feng.tang@...el.com>
Cc: Thomas Gleixner <tglx@...utronix.de>,
John Stultz <john.stultz@...aro.org>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/2] time: remove the unnecessary
CONFIG_GENERIC_CLOCKEVENS check
On Thu, 2012-01-05 at 21:28 +0800, Feng Tang wrote:
> In kernel/time/Kconfig:
> config GENERIC_CLOCKEVENTS_BUILD
> bool
> default y
> depends on GENERIC_CLOCKEVENTS
>
> So there is no need to check CONFIG_GENERIC_CLOCKEVENTS if the
> CONFIG_GENERIC_CLOCKEVENTS_BUILD is defined already.
This is only true because nothing selects GENERIC_CLOCKEVENTS_BUILD
directly, isn't it? So if we're being strict the patch explanation
should mention that.
(Maybe it's even better to simply state
There is no need to check CONFIG_GENERIC_CLOCKEVENTS if
CONFIG_GENERIC_CLOCKEVENTS_BUILD is defined.
This prepares [...]
as that would tell us just enough.)
> This prepares for the total removal of GENERIC_CLOCKEVENTS_BUILD.
Paul Bolle
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists