git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
752097c
)
i386: Expose IOAPIC register definitions even if CONFIG_X86_IO_APIC is not set
author
Avi Kivity
<avi@qumranet.com>
Thu, 27 Sep 2007 08:07:04 +0000
(10:07 +0200)
committer
Avi 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