diff mbox

ACPICA Release 20090730 linuxized patches

Message ID 1250474674.28336.27.camel@minggr.sh.intel.com (mailing list archive)
State RFC, archived
Headers show

Commit Message

Lin Ming Aug. 17, 2009, 2:04 a.m. UTC
On Sat, 2009-08-15 at 11:33 +0800, Len Brown wrote:
> On Fri, 14 Aug 2009, Lin Ming wrote:
> 
> > Hi, Len
> > 
> > ACPICA Release 20090730 linuxized patches attached.
> > Build&Test on 32&64 bit machines.
> 
> please build with CONFIG_DMAR=y

Fix dmar build error.
Now build OK with "make allyesconfig"




> 
>   CC      drivers/pci/dmar.o
> drivers/pci/dmar.c: In function ‘dmar_parse_one_dev_scope’:
> drivers/pci/dmar.c:87: error: ‘struct acpi_dmar_pci_path’ has no member 
> named ‘dev’
> drivers/pci/dmar.c:87: error: ‘struct acpi_dmar_pci_path’ has no member 
> named ‘fn’
> drivers/pci/dmar.c:91: error: ‘struct acpi_dmar_pci_path’ has no member 
> named ‘dev’
> drivers/pci/dmar.c:91: error: ‘struct acpi_dmar_pci_path’ has no member 
> named ‘fn’
> drivers/pci/dmar.c:101: error: ‘struct acpi_dmar_pci_path’ has no member 
> named ‘dev’
> drivers/pci/dmar.c:101: error: ‘struct acpi_dmar_pci_path’ has no member 
> named ‘fn’

--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Lin Ming Aug. 17, 2009, 2:11 a.m. UTC | #1
On Mon, 2009-08-17 at 10:06 +0800, Lin Ming wrote:
> On Sat, 2009-08-15 at 11:33 +0800, Len Brown wrote:
> > On Fri, 14 Aug 2009, Lin Ming wrote:
> > 
> > > Hi, Len
> > > 
> > > ACPICA Release 20090730 linuxized patches attached.
> > > Build&Test on 32&64 bit machines.
> > 
> > please build with CONFIG_DMAR=y
> 
> Fix dmar build error.
> Now build OK with "make allyesconfig"

New mbox file attached.

Lin Ming

> 
> 
> diff --git a/include/acpi/actbl2.h b/include/acpi/actbl2.h
> index 674e27b..6f3dce9 100644
> --- a/include/acpi/actbl2.h
> +++ b/include/acpi/actbl2.h
> @@ -252,8 +252,8 @@ enum acpi_dmar_scope_type {
>  };
>  
>  struct acpi_dmar_pci_path {
> -	u8 device;
> -	u8 function;
> +	u8 dev;
> +	u8 fn;
>  };
>  
>  /*
> 
> 
> > 
> >   CC      drivers/pci/dmar.o
> > drivers/pci/dmar.c: In function ‘dmar_parse_one_dev_scope’:
> > drivers/pci/dmar.c:87: error: ‘struct acpi_dmar_pci_path’ has no member 
> > named ‘dev’
> > drivers/pci/dmar.c:87: error: ‘struct acpi_dmar_pci_path’ has no member 
> > named ‘fn’
> > drivers/pci/dmar.c:91: error: ‘struct acpi_dmar_pci_path’ has no member 
> > named ‘dev’
> > drivers/pci/dmar.c:91: error: ‘struct acpi_dmar_pci_path’ has no member 
> > named ‘fn’
> > drivers/pci/dmar.c:101: error: ‘struct acpi_dmar_pci_path’ has no member 
> > named ‘dev’
> > drivers/pci/dmar.c:101: error: ‘struct acpi_dmar_pci_path’ has no member 
> > named ‘fn’
Len Brown Aug. 28, 2009, 11:41 p.m. UTC | #2
> New mbox file attached.

applied.

thanks,
Len Brown, Intel Open Source Technology Center

--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/include/acpi/actbl2.h b/include/acpi/actbl2.h
index 674e27b..6f3dce9 100644
--- a/include/acpi/actbl2.h
+++ b/include/acpi/actbl2.h
@@ -252,8 +252,8 @@  enum acpi_dmar_scope_type {
 };
 
 struct acpi_dmar_pci_path {
-	u8 device;
-	u8 function;
+	u8 dev;
+	u8 fn;
 };
 
 /*