Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i386: Expose IOAPIC register definitions even if CONFIG_X86_IO_APIC i…
…s not set 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>
- Loading branch information