From patchwork Mon Aug 17 02:04:34 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Lin Ming X-Patchwork-Id: 41925 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n7H2BAb4010444 for ; Mon, 17 Aug 2009 02:11:10 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756470AbZHQCLH (ORCPT ); Sun, 16 Aug 2009 22:11:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756549AbZHQCLH (ORCPT ); Sun, 16 Aug 2009 22:11:07 -0400 Received: from mga03.intel.com ([143.182.124.21]:43199 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756470AbZHQCLG (ORCPT ); Sun, 16 Aug 2009 22:11:06 -0400 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 16 Aug 2009 19:11:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.43,392,1246863600"; d="scan'208";a="176404885" Received: from minggr.sh.intel.com (HELO [10.239.13.35]) ([10.239.13.35]) by azsmga001.ch.intel.com with ESMTP; 16 Aug 2009 19:11:05 -0700 Subject: Re: ACPICA Release 20090730 linuxized patches From: Lin Ming To: Len Brown Cc: "Moore, Robert" , linux-acpi In-Reply-To: References: <1250215084.2987.7.camel@minggr.sh.intel.com> Date: Mon, 17 Aug 2009 10:04:34 +0800 Message-Id: <1250474674.28336.27.camel@minggr.sh.intel.com> Mime-Version: 1.0 X-Mailer: Evolution 2.24.1 (2.24.1-2.fc10) Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org 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 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; }; /*