Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp435401imm; Tue, 31 Jul 2018 22:25:20 -0700 (PDT) X-Google-Smtp-Source: AAOMgpe4xcakCT+sNpoWCxsu/2wpAS8nTgErSNTqiQo8i34JKv1ZQ7VoVi4HWafFmByltB/VY5rI X-Received: by 2002:a17:902:7592:: with SMTP id j18-v6mr4619395pll.72.1533101120138; Tue, 31 Jul 2018 22:25:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533101120; cv=none; d=google.com; s=arc-20160816; b=s8AyFUx7maNBLVXvuUOFcdhoGfXXarSudXYL7HiVoPwrLEtp2RXrJU+haZZeoLaNeq tV0w1k8O4Yu8vMz/3kpT42q3n9hvHaUpp8F8XU0A0IdmB7U/HOjLzmC7IMj2OEbx3/Oo wdQTVhtoP7uX8w4YEiKLpzhMwvWieRtm1SMwuP+R51QKrJGvI9LyGteYKzE7DNUkePSn Rg83NXw2z4bdFNP7V69pSPl/VGT0C3h0S+E2FnO8zvDNz6MLkUYehYuPue+I8IziRKhL 88qmAV9tkNzQZKCA7DBxGRveffAq4ID66HTyjET2ywi+e5LEpYYbaq0ilRjOSUTORvcA X9WA== 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=AjDABZWDOSYHeDrvpD1DRco/QcS64wjCKkTf1qIP/8M=; b=KjJi6hiYGd7g+RZ/x++0aAdp28HX/9JxhRggbTkX2ULTin3DeZQ7jdJGLGTT6eyFqP k14fNj7rueo+rF883x1WUgCcgTYfv34w4GTEVS8x09OplHoHfDtd93mD673NoEGG7s2U +u3Ps0Impmza63XFdUi//KBAQTxNJwUbySFqGKDNewiciRSczvIz1OEv9k/maMQjJMA2 2ytTgXQJpalMxRgIWg2oprBc0fJk11Xfsieph1FT/DIwyM5kt0XlSQVEzSq5qsdqAWG0 CbbsGV4xeCKa4IVijcR2s8rs69J3j6Du2xGjLt6CM8ARFbfQBijnfAnSZA21+47duJhm W+4A== 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 87-v6si16657629pfi.60.2018.07.31.22.25.05; Tue, 31 Jul 2018 22:25:20 -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 S2387420AbeHAHIA (ORCPT + 99 others); Wed, 1 Aug 2018 03:08:00 -0400 Received: from ozlabs.org ([203.11.71.1]:48989 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1733304AbeHAHIA (ORCPT ); Wed, 1 Aug 2018 03:08:00 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 41gMDX6qTQz9s3q; Wed, 1 Aug 2018 15:24:12 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 405cb4024e52b137685213b377ea3f0ce3f91735 In-Reply-To: <050c24f2b82d2dcf0007398ec69b7f0b073c3188.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,16/16] powerpc: split asm/tlbflush.h Message-Id: <41gMDX6qTQz9s3q@ozlabs.org> Date: Wed, 1 Aug 2018 15:24:12 +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:21 UTC, Christophe Leroy wrote: > Split asm/tlbflush.h into: > asm/nohash/tlbflush.h > asm/book3s/32/tlbflush.h > asm/book3s/64/tlbflush.h (already existing) > > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/405cb4024e52b137685213b377ea3f cheers