arm64: assembler: Change order of macro arguments in phys_to_ttbr
authorWill Deacon <will.deacon@arm.com>
Mon, 29 Jan 2018 11:59:57 +0000 (11:59 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Tue, 6 Feb 2018 22:53:21 +0000 (22:53 +0000)
commitfa0465fc07c2f9f47bd1198ab368d341bd7c7e4e
tree1015b0bb0f69b0b88e21af1c15924c7102871321
parent6dc52b15c4a48052ade2529d639eee401d76e469
arm64: assembler: Change order of macro arguments in phys_to_ttbr

Since AArch64 assembly instructions take the destination register as
their first operand, do the same thing for the phys_to_ttbr macro.

Acked-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/include/asm/assembler.h
arch/arm64/kernel/head.S
arch/arm64/kernel/hibernate-asm.S
arch/arm64/kvm/hyp-init.S
arch/arm64/mm/proc.S