aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/kvm.h')
-rw-r--r--include/linux/kvm.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/kvm.h b/include/linux/kvm.h
index 0d83efc9462e..280ec0d85b4c 100644
--- a/include/linux/kvm.h
+++ b/include/linux/kvm.h
@@ -150,11 +150,6 @@ struct kvm_fpu {
150 __u32 pad2; 150 __u32 pad2;
151}; 151};
152 152
153/* for KVM_GET_LAPIC and KVM_SET_LAPIC */
154#define KVM_APIC_REG_SIZE 0x400
155struct kvm_lapic_state {
156 char regs[KVM_APIC_REG_SIZE];
157};
158 153
159struct kvm_segment { 154struct kvm_segment {
160 __u64 base; 155 __u64 base;