Re: [PATCH 14/37] KVM: arm64: Remove kern_hyp_va() use in VHE switch function

2017-11-07 Thread Andrew Jones
On Thu, Oct 12, 2017 at 12:41:18PM +0200, Christoffer Dall wrote: > VHE kernels run completely in EL2 and therefore don't have a notion of > kernel and hyp addresses, they are all just kernel addresses. Therefore > don't call kern_hyp_va() in the VHE switch function. > > Signed-off-by:

[PATCH 14/37] KVM: arm64: Remove kern_hyp_va() use in VHE switch function

2017-10-12 Thread Christoffer Dall
VHE kernels run completely in EL2 and therefore don't have a notion of kernel and hyp addresses, they are all just kernel addresses. Therefore don't call kern_hyp_va() in the VHE switch function. Signed-off-by: Christoffer Dall --- arch/arm64/kvm/hyp/switch.c | 4