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 <broonie@kernel.org>
Link: https://lore.kernel.org/r/20221019120346.72289-1-broonie@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
This commit is contained in:
Mark Brown 2022-10-19 13:03:45 +01:00 committed by Will Deacon
parent f0c4d9fc9c
commit e8e5104118
1 changed files with 0 additions and 5 deletions

View File

@ -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.
*/