Len Brown <lenb@xxxxxxxxxx> writes: > From: Bob Moore <robert.moore@xxxxxxxxx> > > Now supports the 2007 intel Virtualization Technology for Directed > I/O specification. This patch does nothing? It just adds declarations and unused symbols -Andi > > Signed-off-by: Bob Moore <robert.moore@xxxxxxxxx> > Signed-off-by: Lin Ming <ming.m.lin@xxxxxxxxx> > Signed-off-by: Len Brown <len.brown@xxxxxxxxx> > --- > include/acpi/acdisasm.h | 1 + > include/acpi/actbl1.h | 4 ++++ > 2 files changed, 5 insertions(+), 0 deletions(-) > > diff --git a/include/acpi/acdisasm.h b/include/acpi/acdisasm.h > index 788f887..f53faca 100644 > --- a/include/acpi/acdisasm.h > +++ b/include/acpi/acdisasm.h > @@ -162,6 +162,7 @@ extern struct acpi_dmtable_info acpi_dm_table_info_dmar_hdr[]; > extern struct acpi_dmtable_info acpi_dm_table_info_dmar_scope[]; > extern struct acpi_dmtable_info acpi_dm_table_info_dmar0[]; > extern struct acpi_dmtable_info acpi_dm_table_info_dmar1[]; > +extern struct acpi_dmtable_info acpi_dm_table_info_dmar2[]; > extern struct acpi_dmtable_info acpi_dm_table_info_ecdt[]; > extern struct acpi_dmtable_info acpi_dm_table_info_einj[]; > extern struct acpi_dmtable_info acpi_dm_table_info_einj0[]; > diff --git a/include/acpi/actbl1.h b/include/acpi/actbl1.h > index 715a489..bc47ce5 100644 > --- a/include/acpi/actbl1.h > +++ b/include/acpi/actbl1.h > @@ -311,6 +311,10 @@ struct acpi_table_dmar { > u8 reserved[10]; > }; > > +/* Flags */ > + > +#define ACPI_DMAR_INTR_REMAP (1) > + > /* DMAR subtable header */ > > struct acpi_dmar_header { > -- > 1.5.6 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-acpi" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html