Re: [PATCH v2 08/19] arm64: entry: organise entry handlers consistently
From: Joey Gouly <joey.gouly@arm.com>
Date: 2021-05-21 16:06:10
From: Joey Gouly <joey.gouly@arm.com>
Date: 2021-05-21 16:06:10
On Wed, May 19, 2021 at 01:38:51PM +0100, Mark Rutland wrote:
In entry.S we have two comments which distinguish EL0 and EL1 exception handlers, but the code isn't actually laid out this way, and there are a few other inconsitencies that would be good to clear up. This patch organizes the entry handers consistently: * The handlers are laid out in order of the vectors, to make them easier to navigate. * All handlers are given the same alignment, which was previously applied inconsitently. There should be no functional change as a result of this patch.
Reviewed-by: Joey Gouly <joey.gouly@arm.com> _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel