Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp334479pxk; Thu, 17 Sep 2020 04:31:37 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxQ5Y2l6N3fujf+Xfg/+goJcxq8mMTabpQTqiz1Q6LiuyAtwXB5eX+rXkOUJaxq1iBxYEuh X-Received: by 2002:a50:cf0b:: with SMTP id c11mr31561890edk.87.1600342297225; Thu, 17 Sep 2020 04:31:37 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600342297; cv=none; d=google.com; s=arc-20160816; b=PDJ1mz8jAoMnChST8Bxlk8Lk+PfJgia6t6zk69SDfCClvkJfmVIDf3+6ZzJj2SQE4o 3RSnGhb9x3k9kP3JhFRMk63R12jcmIplX8eKF3kDJEe8Wf1ATB3TukFnP+iEnWLk8uiT 1Zt0mTaFsg1e3UZRjzW5jZVO8y5cN4x/UWemsBqB78ugDr/SjlihvWXMus/LaVP6w1A/ 4K7DXIWfaVytoOUwB6g4YJN5EW1ORJvhDSE9XNdTuqh8/2utS9k6v5QrvPTkDysHCHTN MMZzcXhw+TZKce28Fr40WxrsxzJrXnPumUCGTw9ryxFC93ZAYegrkoBWf0YwZbc7ZoBN /gTg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:date:message-id:subject:references:in-reply-to :cc:to:from; bh=2HXu+cjsUaX5lkfa+OcxSu9xuSGDau/HMPXkPjD7pTI=; b=syWUbyCyK60PShQkImdYHYr65YB7xITRw4YnPb6gM42omWUpXqH1BszSknoxTubCn0 NS6mLLaCiWmSdLtNqsI0wUnv0rv5ATA6JXbP0RbYG+svLErLK1KlV9XTjGFq9FZoGLXN IWRezY8UTtIQRy1oNXMQm3TXxoh6LFWZK03bZWuGQLmTlEj6jHTmpOOY1jKePNWOzySR Jrvkbpc5EwAbHnADq9zhlhjegPn5ThpuU7xUn5H/SZd2Ei73ckfZ9Nr961WbrDISMd4D Iv/grEVEEYzuQpfDN4okcUjD8OmUjfc2BSBE87Dx4M+yTXP8kHJaSh8D74rUn06PmJz3 +/KQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id s7si14726577edi.576.2020.09.17.04.31.14; Thu, 17 Sep 2020 04:31:37 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726348AbgIQLaI (ORCPT + 99 others); Thu, 17 Sep 2020 07:30:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58762 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726790AbgIQL1o (ORCPT ); Thu, 17 Sep 2020 07:27:44 -0400 Received: from ozlabs.org (bilbo.ozlabs.org [IPv6:2401:3900:2:1::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 894DCC06174A for ; Thu, 17 Sep 2020 04:27:26 -0700 (PDT) Received: by ozlabs.org (Postfix, from userid 1034) id 4BsZSX4Wz4z9sVK; Thu, 17 Sep 2020 21:27:24 +1000 (AEST) From: Michael Ellerman To: Michael Ellerman , Benjamin Herrenschmidt , Paul Mackerras , Christophe Leroy Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org In-Reply-To: <2d89732a9062b2cf2651728804e4b8f6c9b9358e.1597643164.git.christophe.leroy@csgroup.eu> References: <2d89732a9062b2cf2651728804e4b8f6c9b9358e.1597643164.git.christophe.leroy@csgroup.eu> Subject: Re: [PATCH v1] powerpc/process: Replace #ifdef CONFIG_KALLSYMS by IS_ENABLED() Message-Id: <160034201527.3339803.14616472266009491663.b4-ty@ellerman.id.au> Date: Thu, 17 Sep 2020 21:27:24 +1000 (AEST) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 17 Aug 2020 05:46:44 +0000 (UTC), Christophe Leroy wrote: > The #ifdef CONFIG_KALLSYMS encloses some printk which can > compile in all cases. > > Replace by IS_ENABLED(). Applied to powerpc/next. [1/1] powerpc/process: Replace #ifdef CONFIG_KALLSYMS by IS_ENABLED() https://git.kernel.org/powerpc/c/8f020c7ca300fd60374f0347814c92ea513c24da cheers