From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751631Ab2LTVU3 (ORCPT ); Thu, 20 Dec 2012 16:20:29 -0500 Received: from terminus.zytor.com ([198.137.202.10]:56686 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751113Ab2LTVUW (ORCPT ); Thu, 20 Dec 2012 16:20:22 -0500 Message-ID: <50D380E2.2000600@zytor.com> Date: Thu, 20 Dec 2012 13:19:30 -0800 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Bjorn Helgaas CC: "Rafael J. Wysocki" , ACPI Devel Maling List , Greg Kroah-Hartman , LKML , Benjamin Herrenschmidt , David Miller , Tony Luck , Yinghai Lu , Jiang Liu , Martin Schwidefsky , Jan Glauber , linux-pci@vger.kernel.org, Myron Stowe Subject: Re: [Update 2][PATCH] ACPI / PCI: Set root bridge ACPI handle in advance References: <1558789.gX8cmBgyDV@vostro.rjw.lan> <4085861.TBmZVTPOvU@vostro.rjw.lan> <3596215.suSiEFiGH8@vostro.rjw.lan> In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/20/2012 01:13 PM, Bjorn Helgaas wrote: > > - Add "struct acpi_dev_node acpi_node" to struct pci_sysdata (x86) and > struct pci_controller (ia64). These are the only two arches that use > ACPI. > Currently. There will be ARM platforms with ACPI soon, if there aren't already. -hpa