From patchwork Wed Feb 20 19:41:42 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 2168971 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id EA8B1DF230 for ; Wed, 20 Feb 2013 19:45:25 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1U8FZN-0006Zw-QQ; Wed, 20 Feb 2013 19:43:09 +0000 Received: from mail-pb0-f41.google.com ([209.85.160.41]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1U8FYE-0006AK-RC for linux-arm-kernel@lists.infradead.org; Wed, 20 Feb 2013 19:41:59 +0000 Received: by mail-pb0-f41.google.com with SMTP id um15so3080319pbc.28 for ; Wed, 20 Feb 2013 11:41:56 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:x-gm-message-state; bh=kFFxBJVRHPkLFDQuoicXbKgoRnreXq8Kyz2k8ImbSyo=; b=Z+dWcc9fejrMmMGl6LPx1dc7MEk9MuCNTpJRgw0jh7vEwkSXk6s4WL6Vee58nlZDHU jfEcTwpFmEfGyY7U2ApMTrhPjy4Bs6O3AkBV0SrF7zSeIE9PDaFB0FyVhXeV4hsP8w1Q 3DqSd0LEBZwidOYmSwuRlCfHL94kWqMyb8A8NfiXu3AOWPXo7eLKZjRnmVMZFS7xaKYr Gq8XbFWXUwqjwDdWc2wtpn7ZKY0YR+uBqvCJ3mN9OA/Rbe7Q2vj5et9tJcZCMQE35gsV iVCRgxCcjp2In2QV83/1unQE4JTFdBZVht1UFR3LvgYUOmPAqEac+GHyf/tgvIeTLV+R GKhw== X-Received: by 10.68.255.161 with SMTP id ar1mr50853959pbd.17.1361389316535; Wed, 20 Feb 2013 11:41:56 -0800 (PST) Received: from localhost (c-24-19-7-36.hsd1.wa.comcast.net. [24.19.7.36]) by mx.google.com with ESMTPS id bi2sm112143799pab.18.2013.02.20.11.41.55 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 20 Feb 2013 11:41:55 -0800 (PST) From: Kevin Hilman To: Frederic Weisbecker Subject: [RFC/PATCH 5/5] ARM: Kconfig: allow virt CPU accounting Date: Wed, 20 Feb 2013 11:41:42 -0800 Message-Id: <1361389302-11968-6-git-send-email-khilman@linaro.org> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1361389302-11968-1-git-send-email-khilman@linaro.org> References: <1361389302-11968-1-git-send-email-khilman@linaro.org> X-Gm-Message-State: ALoCoQl3ERV46BpYxU+PCId3PC0MRoT933U0WcKDJyU72vDqaxefyZeIJMF7wYG6wjBcx2m/XCa6 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130220_144158_994811_71F5E562 X-CRM114-Status: UNSURE ( 8.17 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.160.41 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Mats Liljegren , linaro-dev@lists.linaro.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org With the 64-bit requirement removed from virt CPU accounting, allow ARM platforms to enable it. Signed-off-by: Kevin Hilman --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 9bbe760..732f8d3 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -55,6 +55,7 @@ config ARM select HAVE_MOD_ARCH_SPECIFIC if ARM_UNWIND select MODULES_USE_ELF_REL select CLONE_BACKWARDS + select HAVE_VIRT_CPU_ACCOUNTING help The ARM series is a line of low-power-consumption RISC chip designs licensed by ARM Ltd and targeted at embedded applications and