[PATCH] arm64: entry: remove test_irqs_unmasked macro
Will Deacon
will at kernel.org
Thu Mar 25 09:35:53 GMT 2021
On Tue, Mar 23, 2021 at 06:12:01PM +0000, Mark Rutland wrote:
> We haven't needed the test_irqs_unmasked macro since commit:
>
> 105fc3352077bba5 ("arm64: entry: move el1 irq/nmi logic to C")
>
> ... and as we convert more of the entry logic to C it is decreasingly
> likely we'll need it in future, so let's remove the unused macro.
>
> There should be no functional change as a result of this patch.
>
> Signed-off-by: Mark Rutland <mark.rutland at arm.com>
> Cc: Catalin marinas <catalin.marinas at arm.com>
> Cc: James Morse <james.morse at arm.com>
> Cc: Marc Zyngier <maz at kernel.org>
> Cc: Will Deacon <will at kernel.org>
> ---
> arch/arm64/kernel/entry.S | 14 --------------
> 1 file changed, 14 deletions(-)
Acked-by: Will Deacon <will at kernel.org>
Will
More information about the linux-arm-kernel
mailing list