Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3127afa authored by Daniel Thompson's avatar Daniel Thompson Committed by Will Deacon
Browse files

arm64: Remove unused macros from assembler.h



Commit 68234df4 ("arm64: kill flush_cache_all()") removed the
only users of these macros.

Signed-off-by: default avatarDaniel Thompson <daniel.thompson@linaro.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent e147ae6d
Loading
Loading
Loading
Loading
+0 −12
Original line number Original line Diff line number Diff line
@@ -49,18 +49,6 @@
	msr	daifclr, #2
	msr	daifclr, #2
	.endm
	.endm


/*
 * Save/disable and restore interrupts.
 */
	.macro	save_and_disable_irqs, olddaif
	mrs	\olddaif, daif
	disable_irq
	.endm

	.macro	restore_irqs, olddaif
	msr	daif, \olddaif
	.endm

/*
/*
 * Enable and disable debug exceptions.
 * Enable and disable debug exceptions.
 */
 */