commit | fa0465fc07c2f9f47bd1198ab368d341bd7c7e4e | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Mon Jan 29 11:59:57 2018 +0000 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Tue Feb 06 22:53:21 2018 +0000 |
tree | 1015b0bb0f69b0b88e21af1c15924c7102871321 | |
parent | 6dc52b15c4a48052ade2529d639eee401d76e469 [diff] |
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>