aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/kvm_host.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
index 928b0d59e9ba..b90ca368dcf6 100644
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
@@ -67,7 +67,9 @@ void kvm_io_bus_register_dev(struct kvm_io_bus *bus,
67 67
68struct kvm_vcpu { 68struct kvm_vcpu {
69 struct kvm *kvm; 69 struct kvm *kvm;
70#ifdef CONFIG_PREEMPT_NOTIFIERS
70 struct preempt_notifier preempt_notifier; 71 struct preempt_notifier preempt_notifier;
72#endif
71 int vcpu_id; 73 int vcpu_id;
72 struct mutex mutex; 74 struct mutex mutex;
73 int cpu; 75 int cpu;