Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp436832imm; Tue, 31 Jul 2018 22:27:22 -0700 (PDT) X-Google-Smtp-Source: AAOMgpcqc4+MGJInj1hSyLOl5c8eU/d/GqtLdmFsTcXVOytLZnNNrr21zqzAdbonHvLZ4zbOPb4r X-Received: by 2002:a62:b20c:: with SMTP id x12-v6mr25685628pfe.64.1533101242422; Tue, 31 Jul 2018 22:27:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533101242; cv=none; d=google.com; s=arc-20160816; b=of62Bi7tbJ9lrP6IE9KlgtRDR2Gl+8PHNyP6GGgn+4jHLTzltsX+YBM/2q45LQhyjx 66wFhnSUq2gC7puISbRWnyxmkWYoJYgMbKOsBHTKE484kYLGRcGyzNJ8n/VZX3ZI/FY2 r8SK96XEu2iAybf+fyzE3Nbyq3eBIZ+OBcMXCu5DJH15YMkEJIYai9NlYObjgv7WkTZv mDdk/sJRCfdBEjWKH+NfZ4P3Xpef2gEYM1x+9zGslJ9Uahi0qADvZ4MEbluzkhWC5wJR onU7EWB5wxXm+WQ3aYbMOqbSBEdZIggIGfsqD1g9VOEXjYEfBJAdq91UNg8uUDsgGn7G rh3Q== 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:arc-authentication-results; bh=TTXWjEMh7/0wmkuF0rexn9/Y7ilt+v/ZeGlYAGwYX4Y=; b=oX/pZSMCyxUGJQFVu9eint1eLs7smyT0YGTNUnYhSJzQqFlN4WpWmnIGJ/OUj44pfc xQSFWVrf4fV/zylsdDWOK8uac7KXUWpEvc4qZ7dqIVE/zWjeRCrgz1mzBzce0NNIrbOS KnvpngyaPM8YcmsqZfkpJ4+W0JHw62AJ69/QX1+oBmdYPaZ1wvc2ckzTBtcog4G0lpig KnwL6+VfEI3yvkukiBvokcKtH3vcXhQuoLiAUDdPxdFCUBlAlc5QzwhZm1n4PcQ4OyH5 ioBO/+lmCuWxdMo45uaVlbqU0gNqpEyR0bXX2yX7pJNPaBC5Glebqu6bQm6hStzRlsC/ z0HQ== 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 m68-v6si16293223pgm.637.2018.07.31.22.27.08; Tue, 31 Jul 2018 22:27:22 -0700 (PDT) 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 S1733167AbeHAHHu (ORCPT + 99 others); Wed, 1 Aug 2018 03:07:50 -0400 Received: from ozlabs.org ([203.11.71.1]:52249 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1733148AbeHAHHu (ORCPT ); Wed, 1 Aug 2018 03:07:50 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 41gMDM2d6tz9s7t; Wed, 1 Aug 2018 15:24:02 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: ec0c464cdbf38bf6ddabec8bfa595bd421cab203 In-Reply-To: <6a49b03f64750a8308be1465efdc89be9179b608.1530807556.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, 04/16] powerpc: move ASM_CONST and stringify_in_c() into asm-const.h Message-Id: <41gMDM2d6tz9s7t@ozlabs.org> Date: Wed, 1 Aug 2018 15:24:02 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2018-07-05 at 16:24:57 UTC, Christophe Leroy wrote: > This patch moves ASM_CONST() and stringify_in_c() into > dedicated asm-const.h, then cleans all related inclusions. > > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/ec0c464cdbf38bf6ddabec8bfa595b cheers