From patchwork Mon Jan 10 03:16:26 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhang Rui X-Patchwork-Id: 467411 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 p0A3HoLL012259 for ; Mon, 10 Jan 2011 03:17:50 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752423Ab1AJDRu (ORCPT ); Sun, 9 Jan 2011 22:17:50 -0500 Received: from mga03.intel.com ([143.182.124.21]:15188 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752151Ab1AJDRt (ORCPT ); Sun, 9 Jan 2011 22:17:49 -0500 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 09 Jan 2011 19:17:49 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.60,297,1291622400"; d="scan'208";a="372183102" Received: from rui.sh.intel.com (HELO [10.239.36.2]) ([10.239.36.2]) by azsmga001.ch.intel.com with ESMTP; 09 Jan 2011 19:17:48 -0800 Subject: [PATCH 1/2] ACPI: update CONFIG_ACPI_PROCFS description From: Zhang Rui To: "Brown, Len" Cc: "linux-acpi@vger.kernel.org" , "Zhang, Rui" Date: Mon, 10 Jan 2011 11:16:26 +0800 Message-ID: <1294629386.1866.50.camel@rui> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 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.6 (demeter1.kernel.org [140.211.167.41]); Mon, 10 Jan 2011 03:17:51 +0000 (UTC) Index: linux-2.6/drivers/acpi/Kconfig =================================================================== --- linux-2.6.orig/drivers/acpi/Kconfig +++ linux-2.6/drivers/acpi/Kconfig @@ -51,12 +51,7 @@ config ACPI_PROCFS For backwards compatibility, this option allows deprecated /proc/acpi/ files to exist, even when they have been replaced by functions in /sys. - The deprecated files (and their replacements) include: - /proc/acpi/processor/*/throttling (/sys/class/thermal/ - cooling_device*/*) - /proc/acpi/video/*/brightness (/sys/class/backlight/) - /proc/acpi/thermal_zone/*/* (/sys/class/thermal/) This option has no effect on /proc/acpi/ files and functions which do not yet exist in /sys.