Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp267194ybt; Thu, 25 Jun 2020 21:56:54 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwZ8lRb6dLWCsDHrEg3PbNch1kfVseWYGp1ixIzV5FRAOk31gc86tNZxrgMnqKxBsbeWQ4P X-Received: by 2002:a17:906:cd2:: with SMTP id l18mr1066043ejh.18.1593147414365; Thu, 25 Jun 2020 21:56:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1593147414; cv=none; d=google.com; s=arc-20160816; b=ph/I6rdAtSZXhIVHNxaaQZMJHyN5oK6de3/ajKc32ktF3plrIm37HLtm9MjskNOSui fIIKc9imWfsBCA1KZVW0C4BRTfayFmSrxc5wY5T2ClN4Wc/XVay8o5IZ12FYsEZ15Q5i X8dm5qiD7FTl+xjprPKIgNFvqoeKtSd5YWCGzlWcR1jy6HtWe9BhIugP85dY7UUwQqLZ Degdvy1jW/vsQ4tWTKZhoYs6s+a49kI3tTRiZsPyIalhKTWUreLr+zUXM0QV54w2U0P9 EQQkb0gP4iGGVoHR2+QKe6hLeKWTwFcEe/0FmZUroDW9+foovc95e97BqIB+QnEsShzE X4NA== 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:references :in-reply-to:cc:to:from; bh=qazS22mjeS5rr+hWUXLjace6MKV1gssQhJAEF7+MEwc=; b=kO761RDkFGVz/wafVKRJOa6+4PirQmq9W3WFEyuvTV3WrEtv/a8xPfRjg9G6H0OK+8 PNud+7gYFILIDmnw8iLlehcGZzxSFzvTG9BWxCt1KW8Q17knvetQXgYPN73fQGpygDU4 IqY430VFif4Rw0unYkymfmX/6/j72PjCocurgL3GF1QXMT40664Irtj0ZbzpxP7LRSeN iOl4wENaBIEq+GRnx9OkmPnzJL+NuOvXMujPIQ/Krfdi8xfUsBwQgxIbCLHRNrQygeEY OdQ1mQeGs9dbxKkELd3UBKIwrkNucg7jE2FlOiGYwH7MIFrDAgF7IvzBgpGXNGzmvoEJ 8xOQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id re5si16262127ejb.96.2020.06.25.21.56.31; Thu, 25 Jun 2020 21:56:54 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726992AbgFZEp6 (ORCPT + 99 others); Fri, 26 Jun 2020 00:45:58 -0400 Received: from ozlabs.org ([203.11.71.1]:43233 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725306AbgFZEp4 (ORCPT ); Fri, 26 Jun 2020 00:45:56 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 49tPTZ5hYkz9sT8; Fri, 26 Jun 2020 14:45:53 +1000 (AEST) From: Michael Ellerman To: Paul Mackerras , Will Deacon , Andrew Morton , Christophe Leroy , "Peter Zijlstra (Intel)" , Benjamin Herrenschmidt , Michael Ellerman Cc: linux-mm@kvack.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org In-Reply-To: <9f2df6621fcaf9eba15fadc61c169d0c8e2fb849.1592481938.git.christophe.leroy@csgroup.eu> References: <9f2df6621fcaf9eba15fadc61c169d0c8e2fb849.1592481938.git.christophe.leroy@csgroup.eu> Subject: Re: [PATCH] powerpc/8xx: Modify ptep_get() Message-Id: <159314672826.1150869.11989654987721504305.b4-ty@ellerman.id.au> Date: Fri, 26 Jun 2020 14:45:53 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 18 Jun 2020 12:07:46 +0000 (UTC), Christophe Leroy wrote: > Move ptep_get() close to pte_update(), in an ifdef section already > dedicated to powerpc 8xx. This section contains explanation about > the layout of page table entries. > > Also modify it to return 4 times the pte value instead of padding > with zeroes. Applied to powerpc/next. [1/1] powerpc/8xx: Modify ptep_get() https://git.kernel.org/powerpc/c/105fb38124a490f38e9c1e23bb4c4a0b6ba12fdb cheers