arm64/asm: Remove unused enable_da macro
authorMark Brown <broonie@kernel.org>
Wed, 19 Oct 2022 12:03:45 +0000 (13:03 +0100)
committerWill Deacon <will@kernel.org>
Mon, 7 Nov 2022 16:19:19 +0000 (16:19 +0000)
We no longer use the enable_da macro, remove it to avoid having to think
about maintaining it.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20221019120346.72289-1-broonie@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/include/asm/assembler.h

index e5957a5..27e0c75 100644 (file)
        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.
  */