]> git.ipfire.org Git - people/ms/linux.git/blobdiff - arch/arm64/kvm/hyp.S
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64...
[people/ms/linux.git] / arch / arm64 / kvm / hyp.S
index c0d820280a5eb50ea153ca065f2f6233256a36ca..9bff671cc561b55285703e4ca8e08a83ff4452f2 100644 (file)
@@ -1015,6 +1015,7 @@ ENTRY(__kvm_tlb_flush_vmid_ipa)
         * Instead, we invalidate Stage-2 for this IPA, and the
         * whole of Stage-1. Weep...
         */
+       lsr     x1, x1, #12
        tlbi    ipas2e1is, x1
        /*
         * We have to ensure completion of the invalidation at Stage-2,