Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp436145imm; Tue, 31 Jul 2018 22:26:26 -0700 (PDT) X-Google-Smtp-Source: AAOMgpdukg7x4tcETuzfN+heyfviBP6QrqDYImhvSYceJc5HLFHMnuzqFm2i+VE47PMWdsR/d3KF X-Received: by 2002:a17:902:7d8f:: with SMTP id a15-v6mr23485567plm.332.1533101186679; Tue, 31 Jul 2018 22:26:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533101186; cv=none; d=google.com; s=arc-20160816; b=hDgzJHAMGXrNSuiYwAG1vpuzC6Ijdr8GmpDtSlhk//B0wtRTPSENvzhgPj2CRVt4nA FjIB5Sgdnp6tGfczW+2pvUan5Ktf73VcVvPt6n7dKmzDUsosK2ONVQfAQ/JCxOD0/GHQ A2LZC+KPEnYO3QL7lFbDNS8S6IYO9d02vEcQGesHjWnC/uRR9C6SyIoIwPOaWcVO6c2U 5zU+pS9Gm3E47ZWBfaekw1WdjUZgPN0IVrjAS+imfTpdqcvfYfWO84IaOGxsMO4RiopS T2D+VGi6L3bRne5UHmkFdfJmDaWsDUxD40w+Dw/SEbJ/y11ad2F8B8SYiXMEvYVZ+A/A 1E6w== 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=4WOlOUyEzML0OFnKikMqhuHzbYIvtLNZ6Me18qHU7L8=; b=fjEQp9GzXn35jZZ1BqmVQsb4OdgYxquBD5+sYdq0laMnxM00OZyYOMRgiy2evJ6uA6 6XNY2EG3ixL5ISgRUZ8gq9UgrssX38k+OVpDrCbeBztrW/iVtW2WJHlJqtby+Vb3GqAF 3kOI4xhehl+GIiME6pWcjZ8oE5V3ymji/9eJIWXSwmzNVyKxzzsv/XifKIQ+naJ0ikv8 KquuPhPYMGoLcVpMqyNJoN8ixAgiQByH2JztL753BdWqmyyg0uOf6ohT4EgGA67vbxmP sevRuA4oGuUKpvPDNfW2V8XctgyJY45bNLWUZMOdfwM14u59cbQd/vLfHwtKxXUioIqz wzng== 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 3-v6si14631034pgq.529.2018.07.31.22.26.12; Tue, 31 Jul 2018 22:26:26 -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 S1733203AbeHAHHw (ORCPT + 99 others); Wed, 1 Aug 2018 03:07:52 -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 S1733148AbeHAHHw (ORCPT ); Wed, 1 Aug 2018 03:07:52 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 41gMDN5xFlz9sBD; Wed, 1 Aug 2018 15:24:04 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 2c86cd188f8a5631f3d75a1dea14d22df85189b4 In-Reply-To: <6ee3e95be4abc5ed842d3b4bd5d0fedc8fc208ea.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,06/16] powerpc: clean inclusions of asm/feature-fixups.h Message-Id: <41gMDN5xFlz9sBD@ozlabs.org> Date: Wed, 1 Aug 2018 15:24:04 +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:25:01 UTC, Christophe Leroy wrote: > files not using feature fixup don't need asm/feature-fixups.h > files using feature fixup need asm/feature-fixups.h > > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/2c86cd188f8a5631f3d75a1dea14d2 cheers