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 33C7FECAAD3 for ; Mon, 19 Sep 2022 16:23:59 +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-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-Transfer-Encoding:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=mBZ8v/JfNjz4L2+kW1IuMt21TsaJtaw8dtXvLPacGFw=; b=AeJaY4hqL9f5YjMty4BcMLUpyC 9yuOEjefOZWwVGRh3qsO2+nzQU/NSOdlFhUiMyxM4GhUcX6X3Wqx72UKOIYeqLFbXhv2tqxmP4GQX +tf8CBGmzmF0vquKUv6Sdn4pdRwAs1LZWwdtAwE9eHr/dZ4WI9ZVXDjVnyDpb7GurWbG6dNMvgYz2 O+LASqWyvJBM/OYWC1aLr2pRQYW2wnTXEHv8laXbseUNkkeF0fND4RhlOvQW+083mwf8o2o9rdMtH E5bMJOHn/bzeRbn2o9bAfv7hk8FwMRWyJ3dNUYVswBmtt6DtIsT+y5emZJIcd4aBFqwA/96TjWHKk NmZD2ShQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oaJXm-00CrFi-I7; Mon, 19 Sep 2022 16:22:50 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oaJXe-00CrBr-Ne for linux-arm-kernel@lists.infradead.org; Mon, 19 Sep 2022 16:22:44 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 217CBB81C02; Mon, 19 Sep 2022 16:22:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 16B3FC433D6; Mon, 19 Sep 2022 16:22:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663604559; bh=B0CM8ML6KxRFE5rJXhGiSkQX5bHZqoHOnkyADesm7FI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZodCOVKCNbksZJbp4jgIL8Ib9uaODAZK6hB+3PHD4zroWWRUgY6QkZKx4fBvRhFRy w31roT4Aa6atxTya3oOtx3rf+QGORtyuClS/dWPthZ/SewWxsazigIDaFCbzufHVWg EiT68jTrXY6cpQcUHlL2MhjHBJ9zmPLUeLIRalvmrI+eDpR95OhJqDbOoCa4y6mbns HJX1e4AKheXgBM8fdgtm1xOhy1dA2jPYH6YmN8mZtgfa2QWteXMEe0JcCczZSct/yI D7S6USSIBRBbA2NIvx3rdUXNtWj+Ex+V4FP6fwwBKJ4iMzKmxsS6eP4tadEtXJ86dS z8bpvHeCsLsXg== Date: Mon, 19 Sep 2022 17:22:35 +0100 From: Mark Brown To: Nathan Chancellor Cc: Catalin Marinas , Will Deacon , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH -next] arm64/sysreg: Fix a few missed conversions Message-ID: References: <20220919160928.3905780-1-nathan@kernel.org> MIME-Version: 1.0 In-Reply-To: <20220919160928.3905780-1-nathan@kernel.org> X-Cookie: One FISHWICH coming up!! X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220919_092243_411143_079C26A2 X-CRM114-Status: GOOD ( 14.30 ) 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: multipart/mixed; boundary="===============8325762106982754653==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============8325762106982754653== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="TVzyo+OGs1VMM75J" Content-Disposition: inline --TVzyo+OGs1VMM75J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Sep 19, 2022 at 09:09:28AM -0700, Nathan Chancellor wrote: > After the conversion to automatically generating the ID_AA64DFR0_EL1 > definition names, the build fails in a few different places because some > of the definitions were not changed to their new names along the way. > Update the names to resolve the build errors. Ah, I was just working on the same fix: Reviewed-by: Mark Brown --TVzyo+OGs1VMM75J Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmMol0oACgkQJNaLcl1U h9BM+Af+N/LP5DV7hS4FTJ/7rQVaTNRCeVBwLp8oDEqtdlFTLWuMKNlXlaxPnFOh T/Ozt7VtBQ2vU6n7/IBPLTlNTXwshsJVdHM2zAeBoKUifO7JKUOK2BHIciXA3L24 Ao7UB7+4QxuaRz3jaI8j2xXXXOHZY2SUEos0Y6ZaFyp9d14tKASh2anQrJqYY4MV IZ3PiChTMS32f74Ku9hsiqGRArYMLp5qbL7VPCdeP04zm83FKtgXNX5odze17iYK pzMP14YxMF+IlQr2zN6SyBdjC4diQjPnLP9hzNdyTnoGgXuRA8T1mkk5Oypys1Hq AN9Kdd4D0yPveeOigVJvfj0CjGtEGA== =zpZn -----END PGP SIGNATURE----- --TVzyo+OGs1VMM75J-- --===============8325762106982754653== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============8325762106982754653==--