From mboxrd@z Thu Jan 1 00:00:00 1970 From: christoffer.dall@linaro.org (Christoffer Dall) Date: Mon, 12 Jan 2015 18:20:43 +0100 Subject: [PATCH 3/7] arm64: remove ESR_EL1_* macros In-Reply-To: <20150112112737.GC16706@leverpostej> References: <1420632260-8798-1-git-send-email-mark.rutland@arm.com> <1420632260-8798-4-git-send-email-mark.rutland@arm.com> <20150111180805.GJ21444@cbox> <20150112112737.GC16706@leverpostej> Message-ID: <20150112172043.GB24754@cbox> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Jan 12, 2015 at 11:27:37AM +0000, Mark Rutland wrote: > On Sun, Jan 11, 2015 at 06:08:05PM +0000, Christoffer Dall wrote: > > On Wed, Jan 07, 2015 at 12:04:16PM +0000, Mark Rutland wrote: > > > Now that all users have been moved over to the common ESR_ELx_* macros, > > > remove the redundant ESR_EL1 macros. > > > > > > There should be no functional change as a result of this patch. > > > > > > Signed-off-by: Mark Rutland > > > Cc: Catalin Marinas > > > Cc: Christoffer Dall > > > Cc: Marc Zyngier > > > Cc: Peter Maydell > > > Cc: Will Deacon > > > > FYI: This breaks bisectability with KVM, so we should probably move the > > existing KVM references to the common definitions as part of this patch? > > Sorry about that, evidently I forgot the KVM code referred to some > ESR_EL1_* definitions when I reorganised the series. > > Are you happy if I just move this patch after the KVM changes? That > should keep everything bisectable and leaves the KVM changes confined to > a single patch. > sounds fine. -Christoffer