summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/assembler.h
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2022-10-19 13:03:45 +0100
committerWill Deacon <will@kernel.org>2022-11-07 16:19:19 +0000
commite8e5104118473ffa23c013da42ae6a9df2867a07 (patch)
tree5485785dccb5c2bee08e0375380a6d925dc5b82c /arch/arm64/include/asm/assembler.h
parentf0c4d9fc9cc9462659728d168387191387e903cc (diff)
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>
Diffstat (limited to 'arch/arm64/include/asm/assembler.h')
-rw-r--r--arch/arm64/include/asm/assembler.h5
1 files changed, 0 insertions, 5 deletions
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.
*/