ia64/xen-unstable
changeset 18798:3ba83def85a2
vt-d: Fix ia64 build.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Fri Nov 14 14:27:08 2008 +0000 (2008-11-14) |
parents | a0910b1b5ec0 |
children | 85198c4d4da5 |
files | xen/drivers/passthrough/vtd/intremap.c |
line diff
1.1 --- a/xen/drivers/passthrough/vtd/intremap.c Thu Nov 13 16:31:08 2008 +0000 1.2 +++ b/xen/drivers/passthrough/vtd/intremap.c Fri Nov 14 14:27:08 2008 +0000 1.3 @@ -30,6 +30,10 @@ 1.4 #include "vtd.h" 1.5 #include "extern.h" 1.6 1.7 +#ifndef dest_SMI 1.8 +#define dest_SMI -1 1.9 +#endif 1.10 + 1.11 u16 apicid_to_bdf(int apic_id) 1.12 { 1.13 struct acpi_drhd_unit *drhd = ioapic_to_drhd(apic_id);