From patchwork Thu Nov 3 15:35:27 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Seth Forshee X-Patchwork-Id: 123462 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 0D29CB6F8F for ; Fri, 4 Nov 2011 02:36:06 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1RLzKZ-0004Iu-F4; Thu, 03 Nov 2011 15:35:51 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1RLzKW-0004HI-Jl for kernel-team@lists.ubuntu.com; Thu, 03 Nov 2011 15:35:48 +0000 Received: from [71.46.235.243] (helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1RLzKW-00023a-Ba for kernel-team@lists.ubuntu.com; Thu, 03 Nov 2011 15:35:48 +0000 From: Seth Forshee To: kernel-team@lists.ubuntu.com Subject: [PATCH] UBUNTU: [Config] Enable EVENT_POWER_TRACING_DEPRECATED=y for powertop Date: Thu, 3 Nov 2011 11:35:27 -0400 Message-Id: <1320334527-8520-2-git-send-email-seth.forshee@canonical.com> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1320334527-8520-1-git-send-email-seth.forshee@canonical.com> References: <1320334527-8520-1-git-send-email-seth.forshee@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 powertop still uses some of these deprecated events to see who is waking up the processor. Enable them until powertop is fixed. Signed-off-by: Seth Forshee --- debian.master/config/config.common.ubuntu | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index c56c7d0..cc47909 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -1475,7 +1475,7 @@ CONFIG_ETH16I=m CONFIG_ETHOC=m CONFIG_EUROTECH_WDT=m CONFIG_EVENTFD=y -# CONFIG_EVENT_POWER_TRACING_DEPRECATED is not set +CONFIG_EVENT_POWER_TRACING_DEPRECATED=y CONFIG_EVENT_TRACING=y CONFIG_EWRK3=m # CONFIG_EXOFS_DEBUG is not set