Skip to content

Commit 527db67

Browse files
Jinjie Ruanctmarinas
authored andcommitted
arm64: Remove enable_daif macro
Since commit bb8e93a ("arm64: entry: convert SError handlers to C"), the enable_daif assembler macro is no longer used anywhere, so remove it. Signed-off-by: Jinjie Ruan <[email protected]> Reviewed-by: Mark Brown <[email protected]> Acked-by: Mark Rutland <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
1 parent 9d6b678 commit 527db67

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

arch/arm64/include/asm/assembler.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@
3838
msr daifset, #0xf
3939
.endm
4040

41-
.macro enable_daif
42-
msr daifclr, #0xf
43-
.endm
44-
4541
/*
4642
* Save/restore interrupts.
4743
*/

0 commit comments

Comments
 (0)