commit | 81fe96bde7db24c02adf245604f073ea9e8d941a | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Thu Sep 27 10:07:04 2007 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Sat Oct 13 10:18:17 2007 +0200 |
tree | 355cb6fe27a1b37715049cf7b0f924bb48f289c3 | |
parent | 752097cec53eea111d087c545179b421e2bde98a [diff] |
i386: Expose IOAPIC register definitions even if CONFIG_X86_IO_APIC is 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>