aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/vioapic.c
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-02-14 11:14:17 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-02-14 11:14:17 +0000
commita43d6abb4b879b46df6682d11f48307d70dfc53e (patch)
treeaf9c96688b829350454a3fb5ce269230cae928e5 /xen/arch/x86/hvm/vioapic.c
parent280e2b125899cbdf268cf24c582a31068ca81a02 (diff)
downloadxen-a43d6abb4b879b46df6682d11f48307d70dfc53e.tar.gz
xen-a43d6abb4b879b46df6682d11f48307d70dfc53e.tar.bz2
xen-a43d6abb4b879b46df6682d11f48307d70dfc53e.zip
x86 iommu: Define vendor-neutral interface for access to IOMMU.
Signed-off-by: Wei Wang <wei.wang2@amd.com> Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/arch/x86/hvm/vioapic.c')
-rw-r--r--xen/arch/x86/hvm/vioapic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/x86/hvm/vioapic.c b/xen/arch/x86/hvm/vioapic.c
index cfc80c5aa1..c01618c69f 100644
--- a/xen/arch/x86/hvm/vioapic.c
+++ b/xen/arch/x86/hvm/vioapic.c
@@ -458,7 +458,7 @@ void vioapic_update_EOI(struct domain *d, int vector)
ent->fields.remote_irr = 0;
- if ( vtd_enabled )
+ if ( iommu_enabled )
{
spin_unlock(&d->arch.hvm_domain.irq_lock);
hvm_dpci_eoi(current->domain, gsi, ent);