[PATCH v2 09/19] arm64: entry: organise entry vectors consistently
Joey Gouly
joey.gouly at arm.com
Fri May 21 09:07:19 PDT 2021
On Wed, May 19, 2021 at 01:38:52PM +0100, Mark Rutland wrote:
> In subsequent patches we'll rename the entry handlers based on their
> original EL, register width, and exception class. To do so, we need to
> make all 3 mandatory arguments to the `kernel_ventry` macro, and
> distinguish EL1h from EL1t.
>
> In preparation for this, let's make the current set of arguments
> mandatory, and move the `regsize` column before the branch label suffix,
> making the vectors easier to read column-wise.
>
> 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