i386: Expose IOAPIC register definitions even if CONFIG_X86_IO_APIC is not set
authorAvi Kivity <avi@qumranet.com>
Thu, 27 Sep 2007 08:07:04 +0000 (10:07 +0200)
committerAvi Kivity <avi@qumranet.com>
Sat, 13 Oct 2007 08:18:17 +0000 (10:18 +0200)
KVM reuses the IOAPIC register definitions, and needs them even if the
host is not compiled with IOAPIC support.  Move the #ifdef below so that only
the IOAPIC variables and functions are protected, and the register definitions
are available to all.

Signed-off-by: Avi Kivity <avi@qumranet.com>

No differences found