From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 3A89DEB64D9 for ; Mon, 19 Jun 2023 08:39:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=atFbqOyVoXQ+d0dsEVJTLKBbm79QYRm80xh9Hmn4G44=; b=p9ZG3ZtXlidJHI VnA/s+GYV3bBe5Zvbdxs2rqfvOidpMt6WrkP1NBa8V0QPrycPqO0wFSO3iMOvDaxwHIv8OwEqrgSy 9qi9DhuP0xUc0KzfUy7G6TXfKmju0ebiAhQDCRfFdox//1smCsr3HpIdvAx+ufNXNyHO4giypka44 QIXS6ty/BwpYyJrTBgkdeytlOADTVcxv1vzUfm3F9gsp6Be1fqq6rWefKg6BebI+DOQi2t+ybg6VO fTJBapI295+08wLSFFwIEdOnSLFQo9+XV8BO0K+0pGBSdPL3C5menYV/GwgQExNOUz5eM8R/jTcnF PieBE8aIw1T8u1too6HA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qBAPw-007qqv-0L; Mon, 19 Jun 2023 08:39:20 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qBAPt-007qpz-2g for linux-arm-kernel@lists.infradead.org; Mon, 19 Jun 2023 08:39:19 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id C4F1912FC; Mon, 19 Jun 2023 01:39:57 -0700 (PDT) Received: from FVFF77S0Q05N (unknown [10.57.28.22]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 4D3F83F64C; Mon, 19 Jun 2023 01:39:13 -0700 (PDT) Date: Mon, 19 Jun 2023 09:39:03 +0100 From: Mark Rutland To: Joey Gouly Cc: linux-arm-kernel@lists.infradead.org, nd@arm.com Subject: Re: [PATCH v2 1/2] aarch64: enable access to TCR2_ELx Message-ID: References: <20230616160036.3825473-1-joey.gouly@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230616160036.3825473-1-joey.gouly@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230619_013917_934182_0676CB33 X-CRM114-Status: UNSURE ( 8.41 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Jun 16, 2023 at 05:00:35PM +0100, Joey Gouly wrote: > Allow access the TCR2_ELx register which provides extended translation > controls similar to TCR_ELx. > > Initialise these registers to a value of 0. > > Signed-off-by: Joey Gouly Thanks; both patches applied. Mark. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel