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

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.org


Signed-off-by: default avatarWill Deacon <will@kernel.org>
parent f0c4d9fc
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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.
 */