Skip to content

Commit e8e5104

Browse files
brooniewilldeacon
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent f0c4d9f commit e8e5104

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

arch/arm64/include/asm/assembler.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@
5151
msr daif, \flags
5252
.endm
5353

54-
/* IRQ/FIQ are the lowest priority flags, unconditionally unmask the rest. */
55-
.macro enable_da
56-
msr daifclr, #(8 | 4)
57-
.endm
58-
5954
/*
6055
* Save/restore interrupts.
6156
*/

0 commit comments

Comments
 (0)