Commit 1694caef authored by Juergen Gross's avatar Juergen Gross Committed by Paolo Bonzini

x86/kvm: remove non-x86 stuff from arch/x86/kvm/ioapic.h

The file has been moved to arch/x86 long time ago. Time to get rid of
non-x86 stuff.
Signed-off-by: default avatarJuergen Gross <jgross@suse.com>
Message-Id: <20210701154105.23215-3-jgross@suse.com>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent ec1cf69c
...@@ -35,11 +35,7 @@ struct kvm_vcpu; ...@@ -35,11 +35,7 @@ struct kvm_vcpu;
#define IOAPIC_INIT 0x5 #define IOAPIC_INIT 0x5
#define IOAPIC_EXTINT 0x7 #define IOAPIC_EXTINT 0x7
#ifdef CONFIG_X86
#define RTC_GSI 8 #define RTC_GSI 8
#else
#define RTC_GSI -1U
#endif
struct dest_map { struct dest_map {
/* vcpu bitmap where IRQ has been sent */ /* vcpu bitmap where IRQ has been sent */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment