Matthias Brugger [off-list ref] writes:
On 13/09/16 12:16, Punit Agrawal wrote:
quoted
From: Mark Rutland <mark.rutland@arm.com>
Now that we have a __tlbi() helper, make use of this in the arm64 KVM hyp
code to get rid of asm() boilerplate. At the same time, we simplify
__tlb_flush_vm_context by using __flush_icache_all(), as this has the
appropriate instruction cache maintenance and barrier.
Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Cc: Marc Zyngier <redacted>
[ rename tlbi -> __tlbi, convert additional sites, update commit log ]
Signed-off-by: Punit Agrawal <redacted>
Acked-by: Christoffer Dall <redacted>
---
Reviewed-by: Matthias Brugger <mbrugger@suse.com>
Thanks for reviewing the patch. I'll re-spin a new version with the tag
after the merge window.
Punit
[...]