From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 037612137B for ; Mon, 25 Sep 2023 15:59:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 83C89C433C8; Mon, 25 Sep 2023 15:59:15 +0000 (UTC) Date: Mon, 25 Sep 2023 16:59:13 +0100 From: Catalin Marinas To: James Clark Cc: coresight@lists.linaro.org, linux-arm-kernel@lists.infradead.org, kvmarm@lists.linux.dev, broonie@kernel.org, maz@kernel.org, Will Deacon , Suzuki K Poulose , Mike Leach , Leo Yan , Alexander Shishkin , James Morse , Kristina Martsenko , Anshuman Khandual , Rob Herring , Jintack Lim , Joey Gouly , linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 1/2] arm64/sysreg: Move TRFCR definitions to sysreg Message-ID: References: <20230905102117.2011094-1-james.clark@arm.com> <20230905102117.2011094-2-james.clark@arm.com> Precedence: bulk X-Mailing-List: kvmarm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230905102117.2011094-2-james.clark@arm.com> On Tue, Sep 05, 2023 at 11:21:14AM +0100, James Clark wrote: > Add separate definitions for ELx and EL2 as TRFCR_EL1 doesn't have CX. > This also mirrors the previous definition so no code change is required. > > Signed-off-by: James Clark Acked-by: Catalin Marinas I assume these patches would go in via the coresight tree.