commit | 88dc25e8ea7c968bbf76d033431e2d7e1418bcd7 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Fri May 25 12:23:11 2018 +0100 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Mon Jul 09 11:37:42 2018 +0100 |
tree | 78581102d167da491f21f0110666a050d696b473 | |
parent | 2f6ea23f63cca99cd514c221f075c986b57c927e [diff] |
KVM: arm/arm64: Consolidate page-table accessors The arm and arm64 KVM page tables accessors are pointlessly different between the two architectures, and likely both wrong one way or another: arm64 lacks a dsb(), and arm doesn't use WRITE_ONCE. Let's unify them. Acked-by: Mark Rutland <mark.rutland@arm.com> Acked-by: Christoffer Dall <christoffer.dall@arm.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>