diff options
Diffstat (limited to 'include/linux/kvm.h')
-rw-r--r-- | include/linux/kvm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/kvm.h b/include/linux/kvm.h index b751552f2e30..f0bebd61ff77 100644 --- a/include/linux/kvm.h +++ b/include/linux/kvm.h | |||
@@ -51,8 +51,10 @@ struct kvm_irqchip { | |||
51 | __u32 pad; | 51 | __u32 pad; |
52 | union { | 52 | union { |
53 | char dummy[512]; /* reserving space */ | 53 | char dummy[512]; /* reserving space */ |
54 | #ifdef CONFIG_X86 | ||
54 | struct kvm_pic_state pic; | 55 | struct kvm_pic_state pic; |
55 | struct kvm_ioapic_state ioapic; | 56 | struct kvm_ioapic_state ioapic; |
57 | #endif | ||
56 | } chip; | 58 | } chip; |
57 | }; | 59 | }; |
58 | 60 | ||