From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 5/5] vmlinux.lds.h: replace config_enabled() with IS_ENABLED() Date: Tue, 21 Jun 2016 11:25:15 +0200 Message-ID: <9339659.lz6OGfeSnb@wuerfel> References: <1465883938-25194-1-git-send-email-yamada.masahiro@socionext.com> <576855FD.6020202@suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Masahiro Yamada Cc: Michal Marek , Linux Kernel Mailing List , Andrew Morton , Rusty Russell , Michal Simek , Linus Torvalds , Nicolas Pitre , linux-arch@vger.kernel.org List-Id: linux-arch.vger.kernel.org On Tuesday, June 21, 2016 8:20:10 AM CEST Masahiro Yamada wrote: > 2016-06-21 5:45 GMT+09:00 Michal Marek : > > Dne 14.6.2016 v 07:58 Masahiro Yamada napsal(a): > >> The use of config_enabled() against config options is ambiguous. > >> > >> Now, IS_ENABLED() is implemented purely with macro expansion, so > >> let's replace config_enabled() with IS_ENABLED(). > >> > >> Signed-off-by: Masahiro Yamada > > > > I applied the whole series to kbuild.git#kbuild. > > > > This series was applied by Andrew Morton last week. > > I do not want to double it. Could you drop it? Andrew usually drops patches from his tree when they show up in another maintainer tree. Arnd