diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/kvm_host.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index cae342d29d1b..c4464356b35b 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h | |||
@@ -128,7 +128,8 @@ int kvm_async_pf_wakeup_all(struct kvm_vcpu *vcpu); | |||
128 | enum { | 128 | enum { |
129 | OUTSIDE_GUEST_MODE, | 129 | OUTSIDE_GUEST_MODE, |
130 | IN_GUEST_MODE, | 130 | IN_GUEST_MODE, |
131 | EXITING_GUEST_MODE | 131 | EXITING_GUEST_MODE, |
132 | READING_SHADOW_PAGE_TABLES, | ||
132 | }; | 133 | }; |
133 | 134 | ||
134 | /* | 135 | /* |