aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/io_apic_32.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-10-13i386: Expose IOAPIC register definitions even if CONFIG_X86_IO_APIC is not setAvi Kivity1-8/+8
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>
2007-10-11i386/x86_64: move headers to include/asm-x86Thomas Gleixner1-0/+155
Move the headers to include/asm-x86 and fixup the header install make rules Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>