Received: by 2002:ac0:a679:0:0:0:0:0 with SMTP id p54csp1360278imp; Fri, 22 Feb 2019 01:49:31 -0800 (PST) X-Google-Smtp-Source: AHgI3IbkmL0k4mxserUW+DBFz8LglqpVtBvRDR5WZLYB+1YsTBl2tFwP+nY6DM7g6W60EBUNb2Vr X-Received: by 2002:a63:f84d:: with SMTP id v13mr3198422pgj.384.1550828971039; Fri, 22 Feb 2019 01:49:31 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1550828971; cv=none; d=google.com; s=arc-20160816; b=VH8Zdi5Nxyj3KcMp1Mwp1nGiksxuznfGTtFHu4EWr6vH/jUiUn59y54MJMNOZ3C+gl MvRCRnZyRYrJ6ykfXHpz53nbt0pjBaKkW3qZV0MFelfIoFxAskxKiiLzBgFTKegT1Jo0 AMOtoCmJ1uHCQCDxAx2v/0y7AUcCJOzEd+eEXrSSV0U/C6u1fqH+QcIogBVIOGHW21cP wR/j/S8WvWu1uwqdaZ9ZpdNxDtfb+TJnKdoCfRvCtmOT2ysBZ5PlLJUpP9Ru18hN++OC XLuYwGUp8fzzyav8LD9MatJftPF9Dun60ZFuWEjj7is26VJb6M4U3SwnLHTVVQIbeeZn eYOw== 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=jWJ8aAgZTH9ktwi2pAb9rgzlxej54bYtxp/UcNzfkq8=; b=zkZoPRANUtarHEQoaVeBTPmX7fhu7nKw7hIz+TKXcB8uaA3NvoYr/nX1hLKnsd2mXl zf4QUXqYdWI89NFeTBiFIZk5W0mBMZEn/M/BrkJ8/SH6x6lOtCUC06MKRotQwwVI1Oup XgMCVuHiK8rSF4DGQhxBOE3Az8BhJGEqPyhZ+Ia6FSRqQxTAhxvzrJsr2eR/vSAvDXgO x5+mAaAxsmFMKwGTlkGQ2Vicp+a0Kld/YNQHMQ9usScnwSo94vBCisvQO6Mkd/jJSHwu X28Bs2UiCrhwmHtroil3o6UVtWkUWPRi3e4U8hcHIbGCPBfisNKCNkLcEidxbHS1tCSD 2a3Q== 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 l9si991240pgu.566.2019.02.22.01.49.16; Fri, 22 Feb 2019 01:49:31 -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 S1727406AbfBVJsU (ORCPT + 99 others); Fri, 22 Feb 2019 04:48:20 -0500 Received: from ozlabs.org ([203.11.71.1]:39413 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727336AbfBVJsJ (ORCPT ); Fri, 22 Feb 2019 04:48:09 -0500 Received: by ozlabs.org (Postfix, from userid 1034) id 445RNS1X6Wz9sP3; Fri, 22 Feb 2019 20:48:08 +1100 (AEDT) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 40058337f23f79212f92ed5ef066e90a032905b1 X-Patchwork-Hint: ignore In-Reply-To: <2fac63e1eb595870a990da51f81ba97c11903c0e.1550745320.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: [v2,01/10] powerpc: simplify BDI switch Message-Id: <445RNS1X6Wz9sP3@ozlabs.org> Date: Fri, 22 Feb 2019 20:48:08 +1100 (AEDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2019-02-21 at 10:37:53 UTC, Christophe Leroy wrote: > There is no reason to re-read each time the pointer at > location 0xf0 as it is fixed and known. > > Signed-off-by: Christophe Leroy Series applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/40058337f23f79212f92ed5ef066e90a cheers