[PATCH v4 3/4] arm64: Use __tlbi() macros in KVM code
From: Will Deacon <hidden>
Date: 2017-01-27 14:18:08
Also in:
kvm, kvmarm, lkml
From: Will Deacon <hidden>
Date: 2017-01-27 14:18:08
Also in:
kvm, kvmarm, lkml
On Wed, Jan 25, 2017 at 08:39:43PM +0100, Christoffer Dall wrote:
On Wed, Jan 25, 2017 at 10:52:31AM -0500, Christopher Covington wrote:quoted
Refactor the KVM code to use the __tlbi macros, which will allow an errata workaround that repeats tlbi dsb sequences to only change one location. This is not intended to change the generated assembly and comparing before and after vmlinux objdump shows no functional changes. Signed-off-by: Christopher Covington <redacted>Acked-by: Christoffer Dall <redacted>
Thanks, I'll queue this one via arm64. Will