arm64: Remove unused macros from assembler.h
Commit 68234df4ea
("arm64: kill flush_cache_all()") removed the
only users of these macros.
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
This commit is contained in:

committed by
Will Deacon

parent
e147ae6d7f
commit
d3127afa71
@@ -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.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user