diff options
-rw-r--r-- | arch/ia64/kvm/kvm-ia64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ia64/kvm/kvm-ia64.c b/arch/ia64/kvm/kvm-ia64.c index f127fb723f2f..9addca622d2d 100644 --- a/arch/ia64/kvm/kvm-ia64.c +++ b/arch/ia64/kvm/kvm-ia64.c | |||
@@ -1631,6 +1631,7 @@ int kvm_arch_set_memory_region(struct kvm *kvm, | |||
1631 | 1631 | ||
1632 | void kvm_arch_flush_shadow(struct kvm *kvm) | 1632 | void kvm_arch_flush_shadow(struct kvm *kvm) |
1633 | { | 1633 | { |
1634 | kvm_flush_remote_tlbs(kvm); | ||
1634 | } | 1635 | } |
1635 | 1636 | ||
1636 | long kvm_arch_dev_ioctl(struct file *filp, | 1637 | long kvm_arch_dev_ioctl(struct file *filp, |