Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758016AbcJTPCX (ORCPT ); Thu, 20 Oct 2016 11:02:23 -0400 Received: from conssluserg-01.nifty.com ([210.131.2.80]:61773 "EHLO conssluserg-01.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755543AbcJTPCV (ORCPT ); Thu, 20 Oct 2016 11:02:21 -0400 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-01.nifty.com u9KF22tA027970 X-Nifty-SrcIP: [209.85.161.176] MIME-Version: 1.0 In-Reply-To: <1476967442.28989.38.camel@tiscali.nl> References: <1476616078-32252-1-git-send-email-yamada.masahiro@socionext.com> <1476957892.28989.24.camel@tiscali.nl> <1476967442.28989.38.camel@tiscali.nl> From: Masahiro Yamada Date: Fri, 21 Oct 2016 00:02:01 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] kconfig.h: remove config_enabled() macro To: Paul Bolle Cc: Nicolas Pitre , Andrew Morton , linux-arch@vger.kernel.org, Peter Oberparleiter , Arnd Bergmann , Kees Cook , Michal Marek , X86 ML , "H. Peter Anvin" , Linux Kernel Mailing List , Thomas Gleixner , Ingo Molnar , Thomas Garnier Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 763 Lines: 28 Hi Paul, 2016-10-20 21:44 GMT+09:00 Paul Bolle : > [Added Nicolas.] > > On Thu, 2016-10-20 at 21:06 +0900, Masahiro Yamada wrote: >> 2016-10-20 19:04 GMT+09:00 Paul Bolle : >> > On Sun, 2016-10-16 at 20:07 +0900, Masahiro Yamada wrote: >> > There are about a dozen instances of IS_ENABLED() that target something >> > other than a kconfig macros. Are you planning to convert those to >> > __is_defined() too? >> >> I did not notice that, but looks like there are some to be checked. > > Are you willing to do that or should I give it a try (after this patch > has landed, of course)? If you volunteer to do it, that'll be appreciated. If you CC me, I am happy to review the patches. -- Best Regards Masahiro Yamada