diff options
author | Daniel Thompson <daniel.thompson@linaro.org> | 2015-07-10 15:58:00 +0200 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2015-07-27 12:08:39 +0200 |
commit | d3127afa712321a2b297cfee358be2cb223f933c (patch) | |
tree | c394b8e93fd6f0d8783b569491df7badc3dca126 | |
parent | arm64: modify the dump mem for 64 bit addresses (diff) | |
download | linux-d3127afa712321a2b297cfee358be2cb223f933c.tar.xz linux-d3127afa712321a2b297cfee358be2cb223f933c.zip |
arm64: Remove unused macros from assembler.h
Commit 68234df4ea79 ("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>
-rw-r--r-- | arch/arm64/include/asm/assembler.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm64/include/asm/assembler.h b/arch/arm64/include/asm/assembler.h index 144b64ad96c3..e10516bbe833 100644 --- a/arch/arm64/include/asm/assembler.h +++ b/arch/arm64/include/asm/assembler.h @@ -50,18 +50,6 @@ .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. */ .macro disable_dbg |