From: Mark Brown Date: Wed, 19 Oct 2022 12:03:45 +0000 (+0100) Subject: arm64/asm: Remove unused enable_da macro X-Git-Tag: v6.2-rc1~208^2~1^2~15 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=e8e5104118473ffa23c013da42ae6a9df2867a07;p=users%2Fhch%2Fmisc.git arm64/asm: Remove unused enable_da macro We no longer use the enable_da macro, remove it to avoid having to think about maintaining it. Signed-off-by: Mark Brown Link: https://lore.kernel.org/r/20221019120346.72289-1-broonie@kernel.org Signed-off-by: Will Deacon --- diff --git a/arch/arm64/include/asm/assembler.h b/arch/arm64/include/asm/assembler.h index e5957a53be39..27e0c75f7818 100644 --- a/arch/arm64/include/asm/assembler.h +++ b/arch/arm64/include/asm/assembler.h @@ -51,11 +51,6 @@ msr daif, \flags .endm - /* IRQ/FIQ are the lowest priority flags, unconditionally unmask the rest. */ - .macro enable_da - msr daifclr, #(8 | 4) - .endm - /* * Save/restore interrupts. */