[PATCH v2 08/19] arm64: entry: organise entry handlers consistently

Joey Gouly joey.gouly at arm.com
Fri May 21 09:04:13 PDT 2021


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 at arm.com>



More information about the linux-arm-kernel mailing list