]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7f5c3caf81e41d914d17cf3ab9ad6f121539d209
tree1015b0bb0f69b0b88e21af1c15924c7102871321
parent7903aeae21f268d64c2cecc652eeb3a01393d870
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