From patchwork Fri Sep 10 01:56:59 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yinghai Lu X-Patchwork-Id: 168081 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o8A1wwjm008220 for ; Fri, 10 Sep 2010 01:58:58 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754679Ab0IJB65 (ORCPT ); Thu, 9 Sep 2010 21:58:57 -0400 Received: from rcsinet10.oracle.com ([148.87.113.121]:52941 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754668Ab0IJB65 (ORCPT ); Thu, 9 Sep 2010 21:58:57 -0400 Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id o8A1wiWf006253 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 10 Sep 2010 01:58:47 GMT Received: from acsmt353.oracle.com (acsmt353.oracle.com [141.146.40.153]) by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o8A0OqgV001325; Fri, 10 Sep 2010 01:58:43 GMT Received: from abhmt010.oracle.com by acsmt354.oracle.com with ESMTP id 582194121284083814; Thu, 09 Sep 2010 18:56:54 -0700 Received: from [10.6.76.26] (/10.6.76.26) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 09 Sep 2010 18:56:53 -0700 Message-ID: <4C89906B.1050406@kernel.org> Date: Thu, 09 Sep 2010 18:56:59 -0700 From: Yinghai Lu User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100714 SUSE/3.0.6 Thunderbird/3.0.6 MIME-Version: 1.0 To: Suresh Siddha , Andrew Morton CC: "Brown, Len" , ACPI Devel Maling List Subject: [PATCH] acpi: handle ACPI0007 Device in acpi_early_set_pdc Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Fri, 10 Sep 2010 01:58:59 +0000 (UTC) Index: linux-2.6/drivers/acpi/processor_core.c =================================================================== --- linux-2.6.orig/drivers/acpi/processor_core.c +++ linux-2.6/drivers/acpi/processor_core.c @@ -352,4 +352,5 @@ void __init acpi_early_processor_set_pdc acpi_walk_namespace(ACPI_TYPE_PROCESSOR, ACPI_ROOT_OBJECT, ACPI_UINT32_MAX, early_init_pdc, NULL, NULL, NULL); + acpi_get_devices("ACPI0007", early_init_pdc, NULL, NULL); }