Received: by 2002:ac0:8845:0:0:0:0:0 with SMTP id g63csp133421img; Mon, 25 Feb 2019 19:30:36 -0800 (PST) X-Google-Smtp-Source: AHgI3IbxNtpfySDgS2j2qA2Ex0eNxf3En6Ddn8lLe+2rzAtVeRHirI9BhFHTNjS/cMGbJVQLmS+F X-Received: by 2002:a63:1044:: with SMTP id 4mr17996054pgq.324.1551151836346; Mon, 25 Feb 2019 19:30:36 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1551151836; cv=none; d=google.com; s=arc-20160816; b=e9OrNwluJLOhFfAkub4v+gdl/moDZpKHRIoClUNylNM1Dw3jdh1DopfcvjBeEqCYIR naiekFc6sWx+4hA21RlYZSuTNT1dmb5tYvRGwhQq0QdAD+TWzuyy2iSVtDgm+m9SP8+W i1lYVewuYEE6/prdhDZm9zR4MA9aCwHvJHhUnGieiA6AF+s0sjnBHhmfQfljjdw1k11/ 02O4ZPzuaxyZtdEzyyUlmMJSX/oBgY8Vn8xzWUBdzuhy5pMWpP1m4jnPqWU+/59rqFCo r8N0cfpT7kp9/oHz9Qd17WMKKzBZrIT+Y0MbBAHyCrVlny/jakeczjY+PBlfjceeiuUk gUSw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:cc:from:to :in-reply-to; bh=6nA8Bkgh9zyT143465jiM42aR79xuuNjICgLxkrUqCY=; b=mALsH2aKYBHsKTrqPon5lUM1ZnAvWpa6ZmnRieuh32h1Hk+nNZL/1U5ZTYl8nQSp05 e6vDm2wiI22ZS9bf+PjxoyMoE0YthhcfsDrIy9b+k40BoYVyuxyXj2yCEBTAl8ksnl2d x/A6Yra4nFjTqvRW4UqO/G6C9xxTczPR9BpcLS5YPlGQteNGVClwarFX/Wg2Y2h8xQYq gnLuh6IaGhRYcdHMux6gy9ij5zM11hsDIiDCbRHYIjZTzTyfWM7orqQb2me985tccCna 26ZUzflD+7W9tI+ySTC3D7EDmCBbOwb3as8jNrgbvVdeYn2jMhsuKuLNaEAa0zlxhjDa tCTA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f34si11377864ple.279.2019.02.25.19.30.21; Mon, 25 Feb 2019 19:30:36 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726294AbfBZD1w (ORCPT + 99 others); Mon, 25 Feb 2019 22:27:52 -0500 Received: from ozlabs.org ([203.11.71.1]:38131 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725954AbfBZD1v (ORCPT ); Mon, 25 Feb 2019 22:27:51 -0500 Received: by ozlabs.org (Postfix, from userid 1034) id 447klp4cxfz9s5c; Tue, 26 Feb 2019 14:27:50 +1100 (AEDT) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 665bed2386e5dc29844ad78c7ef1464664b103ec X-Patchwork-Hint: ignore In-Reply-To: <21f171c0cbd460905a134ce9b9afc2ecb5277269.1550073540.git.christophe.leroy@c-s.fr> To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [v3, 1/2] powerpc/8xx: replace most #ifdef by IS_ENABLED() in 8xx_mmu.c Message-Id: <447klp4cxfz9s5c@ozlabs.org> Date: Tue, 26 Feb 2019 14:27:50 +1100 (AEDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2019-02-13 at 16:06:19 UTC, Christophe Leroy wrote: > This patch replaces most #ifdef mess by IS_ENABLED() in 8xx_mmu.c > This has the advantage of allowing syntax verification at compile > time regardless of selected options. > > Signed-off-by: Christophe Leroy Series applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/665bed2386e5dc29844ad78c7ef14646 cheers