Received: by 2002:a25:e74b:0:0:0:0:0 with SMTP id e72csp1193149ybh; Thu, 16 Jul 2020 05:56:38 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzKklq08pP/avvHj6Ss4+/OuN6UahCBKCgzNUW8+jNnYfAgO7vDgU+QXbRfi6bpntDhnmwK X-Received: by 2002:a17:906:50a:: with SMTP id j10mr3499652eja.113.1594904198503; Thu, 16 Jul 2020 05:56:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1594904198; cv=none; d=google.com; s=arc-20160816; b=ykENB7RCNbhzEvxE1bnYplRudt34IWI+yJaVzr6tDkDAOLItb73ZmmNoeIi88Jz6y0 Xl+ncYXaof67XRXjsDZiMCqjn5FhF06t5USFIiRq/cEmxhGVZrWlfsxgU2vg2iZ57X91 c1dtWiYv23BgWIIJEjCaTcS8nSNUdgyNy0b/Xy0NXyLE07H5sFJJRKYIczl4tpYtJ776 4wdtZowKZ15+KsLQxGf0I1a8PcfleQqomK0Ik+sZNTgpE1Y+Bd9AzlTbHT1F/g1hMNbb dIKnn9pEXZE28yZRXLd8MAQHWquCPtyXnFA1nmmmFoiZebavc2obh2qG4ooy/0jo5XIS 3Qtw== 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=GMlkw4lTbQApCI8txPckAszGTUt7vNvTc+aMY3Merzc=; b=H7HQVbX9Vm4fN5d6R1KkHNtGmNFqgZDuSGkCyDRVk8VTv9xAbsOMcht8Y7ieG3WZaa mYwm7gG6h48SIwQgQ6sHQlOJ1YEVbkLRyjaR+5wqEgGIWi4VyfkdsBIXHyXu0EXEOPWy /imvDwxEPsQZ4NA1oQ8XR70yoR8/csSZ/wm8k7jp1KgYXwVIZ/9dhbs7s0n6LOy3hPao JvaHxOAq29oe4vizE50U33GrNcPvSITtbiFiv0OjZh3chQfdcePfOb0O6Isuxz9zE1D+ AjpkrSapm3wWaNRLWreIJlkgjqlIJhyKCKOp3GsduypFkWKW8U7oth+7qW57lfDQZLCP H8xA== 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 m4si3118815ejd.630.2020.07.16.05.56.15; Thu, 16 Jul 2020 05:56:38 -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 S1728635AbgGPMz6 (ORCPT + 99 others); Thu, 16 Jul 2020 08:55:58 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:42627 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726537AbgGPMzz (ORCPT ); Thu, 16 Jul 2020 08:55:55 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 4B6vPg1xcLz9sTk; Thu, 16 Jul 2020 22:55:50 +1000 (AEST) From: Michael Ellerman To: Michael Ellerman , Benjamin Herrenschmidt , corbet@lwn.net, Paul Mackerras , Christophe Leroy Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org In-Reply-To: <261923c075d1cb49d02493685e8585d4ea2a5197.1593698951.git.christophe.leroy@csgroup.eu> References: <261923c075d1cb49d02493685e8585d4ea2a5197.1593698951.git.christophe.leroy@csgroup.eu> Subject: Re: [PATCH] docs: powerpc: Clarify book3s/32 MMU families Message-Id: <159490400710.3805857.5851125255446308712.b4-ty@ellerman.id.au> Date: Thu, 16 Jul 2020 22:55:50 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2 Jul 2020 14:09:21 +0000 (UTC), Christophe Leroy wrote: > Documentation wrongly tells that book3s/32 CPU have hash MMU. > > 603 and e300 core only have software loaded TLB. > > 755, 7450 family and e600 core have both hash MMU and software loaded > TLB. This can be selected by setting a bit in HID2 (755) or > HID0 (others). At the time being this is not supported by the kernel. > > [...] Applied to powerpc/next. [1/1] docs: powerpc: Clarify book3s/32 MMU families https://git.kernel.org/powerpc/c/7d38f089731fe129a49e254028caec6f05420f18 cheers