Merge branch 'for-3.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
[firefly-linux-kernel-4.4.55.git] / arch / ia64 / include / asm / kvm_para.h
index 1588aee781a28956411a8800a2ddb98abbab93bf..2019cb99335e2d5da84546cd977d2a46f92d4340 100644 (file)
@@ -26,6 +26,11 @@ static inline unsigned int kvm_arch_para_features(void)
        return 0;
 }
 
+static inline bool kvm_check_and_clear_guest_paused(void)
+{
+       return false;
+}
+
 #endif
 
 #endif