diff options
author | Juergen Gross <jgross@suse.com> | 2021-07-01 17:41:01 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2021-08-02 17:01:46 +0200 |
commit | 1694caef426247bb406c2b04672336ef77b5fb87 (patch) | |
tree | 4bcb18b2f333eb129bfffc7c280a0e3e3fb86918 /arch/x86/kvm/ioapic.h | |
parent | KVM: X86: Add per-vm stat for max rmap list size (diff) | |
download | linux-1694caef426247bb406c2b04672336ef77b5fb87.tar.xz linux-1694caef426247bb406c2b04672336ef77b5fb87.zip |
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: Juergen Gross <jgross@suse.com>
Message-Id: <20210701154105.23215-3-jgross@suse.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/kvm/ioapic.h')
-rw-r--r-- | arch/x86/kvm/ioapic.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/kvm/ioapic.h b/arch/x86/kvm/ioapic.h index 11e4065e1617..bbd4a5d18b5d 100644 --- a/arch/x86/kvm/ioapic.h +++ b/arch/x86/kvm/ioapic.h @@ -35,11 +35,7 @@ struct kvm_vcpu; #define IOAPIC_INIT 0x5 #define IOAPIC_EXTINT 0x7 -#ifdef CONFIG_X86 #define RTC_GSI 8 -#else -#define RTC_GSI -1U -#endif struct dest_map { /* vcpu bitmap where IRQ has been sent */ |