From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2186FC28CF6 for ; Wed, 1 Aug 2018 05:25:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D5EC920894 for ; Wed, 1 Aug 2018 05:25:02 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D5EC920894 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733170AbeHAHHu (ORCPT ); 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