Commit e8e51041 authored by Mark Brown's avatar Mark Brown Committed by Will Deacon

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: default avatarMark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20221019120346.72289-1-broonie@kernel.orgSigned-off-by: default avatarWill Deacon <will@kernel.org>
parent f0c4d9fc
...@@ -51,11 +51,6 @@ ...@@ -51,11 +51,6 @@
msr daif, \flags msr daif, \flags
.endm .endm
/* IRQ/FIQ are the lowest priority flags, unconditionally unmask the rest. */
.macro enable_da
msr daifclr, #(8 | 4)
.endm
/* /*
* Save/restore interrupts. * Save/restore interrupts.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment