From patchwork Tue Jul 3 15:54:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Bader X-Patchwork-Id: 168837 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 4B0CF2C00A9 for ; Wed, 4 Jul 2012 01:54:51 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1Sm5R5-0004c4-PJ; Tue, 03 Jul 2012 15:54:43 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1Sm5R4-0004bk-Ib for kernel-team@lists.ubuntu.com; Tue, 03 Jul 2012 15:54:42 +0000 Received: from p5b2e4f8e.dip.t-dialin.net ([91.46.79.142] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1Sm5R4-0007hH-Eu for kernel-team@lists.ubuntu.com; Tue, 03 Jul 2012 15:54:42 +0000 From: Stefan Bader To: kernel-team@lists.ubuntu.com Subject: [PATCH 1/2] UBUNTU: (config) Disable ACPI_PROCFS_POWER Date: Tue, 3 Jul 2012 17:54:39 +0200 Message-Id: <1341330880-17650-2-git-send-email-stefan.bader@canonical.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1341330880-17650-1-git-send-email-stefan.bader@canonical.com> References: <1341330880-17650-1-git-send-email-stefan.bader@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com This creates some entries under /proc/acpi for power management usage for entries that have been moved into /sys. Apparently it should have dropped long ago, so nothing should rely on it anymore. Or if it does, now would be a good time to change... Signed-off-by: Stefan Bader --- debian.master/config/config.common.ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 2824683..8cc768c 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -61,7 +61,7 @@ CONFIG_ACPI_PCI_SLOT=m CONFIG_ACPI_PROCESSOR=y CONFIG_ACPI_PROCESSOR_AGGREGATOR=m # CONFIG_ACPI_PROCFS is not set -CONFIG_ACPI_PROCFS_POWER=y +# CONFIG_ACPI_PROCFS_POWER is not set CONFIG_ACPI_PROC_EVENT=y CONFIG_ACPI_QUICKSTART=m CONFIG_ACPI_SBS=m