From: Avi Kivity Date: Thu, 27 Sep 2007 08:07:04 +0000 (+0200) Subject: i386: Expose IOAPIC register definitions even if CONFIG_X86_IO_APIC is not set X-Git-Tag: v2.6.24-rc1~1365^2~105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81fe96bde7db24c02adf245604f073ea9e8d941a;p=pandora-kernel.git 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 --- Reading git-diff-tree failed