From mboxrd@z Thu Jan 1 00:00:00 1970 From: Venki Pallipadi Subject: [PATCH 1/8] cpuidle: acpi_set_cstate_limit compile fix Date: Wed, 6 Jun 2007 13:49:47 -0700 Message-ID: <20070606204947.GA23906@linux-os.sc.intel.com> References: <1174722412.32554.81.camel@localhost.localdomain> <200705312117.48690.lenb@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mga01.intel.com ([192.55.52.88]:7500 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935011AbXFFUx2 (ORCPT ); Wed, 6 Jun 2007 16:53:28 -0400 Content-Disposition: inline In-Reply-To: <200705312117.48690.lenb@kernel.org> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Len Brown Cc: Adam Belay , Len Brown , Thomas Gleixner , linux-kernel , Andrew Morton , Shaohua Li , linux-acpi@vger.kernel.org Len, Following are a bunch of small changes to cpuidle trying to prepare it for mainline. Some of the changes are just the compile timer errors/warnings and you probably already have them in acpi-test. Should apply cleanly to latest acpi-test. Please include in acpi-test. Thanks, Venki This patch: cpuidle compile fix related to acpi_set_cstate_limit(). Signed-off-by: Venkatesh Pallipadi Index: linux-2.6.22-rc-mm/drivers/acpi/osl.c =================================================================== --- linux-2.6.22-rc-mm.orig/drivers/acpi/osl.c 2007-06-01 16:17:40.000000000 -0700 +++ linux-2.6.22-rc-mm/drivers/acpi/osl.c 2007-06-01 16:21:43.000000000 -0700 @@ -1030,6 +1030,7 @@ if (acpi_do_set_cstate_limit) acpi_do_set_cstate_limit(); } +EXPORT_SYMBOL(acpi_set_cstate_limit); /* * Acquire a spinlock.