arm64: Fold proc-macros.S into assembler.h
authorGeoff Levand <geoff@infradead.org>
Wed, 27 Apr 2016 16:47:00 +0000 (17:47 +0100)
committerWill Deacon <will.deacon@arm.com>
Thu, 28 Apr 2016 11:05:45 +0000 (12:05 +0100)
commit7b7293ae3dbd0a1965bf310b77fed5f9bb37bb93
tree067d79bbbe9743a832e4f29e6a406e35db874c15
parent6a1f5471144754f165427a93f35c897f85680594
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>
arch/arm64/include/asm/assembler.h
arch/arm64/mm/cache.S
arch/arm64/mm/proc-macros.S [deleted file]
arch/arm64/mm/proc.S