From: Lin Ming <ming.m.lin@intel.com>
To: Len Brown <lenb@kernel.org>
Cc: "Moore, Robert" <robert.moore@intel.com>,
linux-acpi <linux-acpi@vger.kernel.org>
Subject: Re: ACPICA Release 20090730 linuxized patches
Date: Mon, 17 Aug 2009 10:04:34 +0800 [thread overview]
Message-ID: <1250474674.28336.27.camel@minggr.sh.intel.com> (raw)
In-Reply-To: <alpine.LFD.2.00.0908142332450.30537@localhost.localdomain>
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"
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’
--
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
next prev parent reply other threads:[~2009-08-17 2:11 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-14 1:58 ACPICA Release 20090730 linuxized patches Lin Ming
2009-08-15 3:30 ` Len Brown
2009-08-17 1:40 ` Lin Ming
2009-08-15 3:33 ` Len Brown
2009-08-17 2:04 ` Lin Ming [this message]
2009-08-17 2:11 ` Lin Ming
2009-08-28 23:41 ` Len Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1250474674.28336.27.camel@minggr.sh.intel.com \
--to=ming.m.lin@intel.com \
--cc=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=robert.moore@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox