summaryrefslogtreecommitdiff
path: root/arch/arm64/mm/cache.S
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2016-04-27 19:47:00 +0300
committerWill Deacon <will.deacon@arm.com>2016-04-28 14:05:45 +0300
commit7b7293ae3dbd0a1965bf310b77fed5f9bb37bb93 (patch)
tree067d79bbbe9743a832e4f29e6a406e35db874c15 /arch/arm64/mm/cache.S
parent6a1f5471144754f165427a93f35c897f85680594 (diff)
downloadlinux-7b7293ae3dbd0a1965bf310b77fed5f9bb37bb93.tar.xz
arm64: Fold proc-macros.S into assembler.h
To allow the assembler macros defined in arch/arm64/mm/proc-macros.S to be used outside the mm code move the contents of proc-macros.S to asm/assembler.h. Also, delete proc-macros.S, and fix up all references to proc-macros.S. Signed-off-by: Geoff Levand <geoff@infradead.org> Acked-by: Pavel Machek <pavel@ucw.cz> [rebased, included dcache_by_line_op] Signed-off-by: James Morse <james.morse@arm.com> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/arm64/mm/cache.S')
-rw-r--r--arch/arm64/mm/cache.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm64/mm/cache.S b/arch/arm64/mm/cache.S
index 6df07069a025..50ff9ba3a236 100644
--- a/arch/arm64/mm/cache.S
+++ b/arch/arm64/mm/cache.S
@@ -24,8 +24,6 @@
#include <asm/cpufeature.h>
#include <asm/alternative.h>
-#include "proc-macros.S"
-
/*
* flush_icache_range(start,end)
*