From patchwork Wed Mar 20 23:34:27 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 2310571 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 34B48DF24C for ; Wed, 20 Mar 2013 23:38:44 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UISXU-0001JE-RW; Wed, 20 Mar 2013 23:35:24 +0000 Received: from mail-pd0-f182.google.com ([209.85.192.182]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UISWn-0001At-HL for linux-arm-kernel@lists.infradead.org; Wed, 20 Mar 2013 23:34:42 +0000 Received: by mail-pd0-f182.google.com with SMTP id y10so808427pdj.41 for ; Wed, 20 Mar 2013 16:34:39 -0700 (PDT) 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=H63HBmDMufR0Kpjyu3VInIIePua6VJ3OJWHvES82oD8=; b=PBwnkToDP/Rk3BEi4Rd5rXOduy69mIDaaR2pkAihvJ0n6hA1NohspKinx6+BTw05iC +Wf4G7cpoJpDa42skMeWrHF5kHJjgWXAjZxLrsxWh6tbIOczuJHc36gqd/M7Asa5O3Nf kF/6PSKYB6fbB+bN+fYQNXbB9+ee3g4M2WxsjC+0bgH53a+NnpyTpV4O+RZP841ChuwT ZV5DtXD2OWGDtRLW181AX6c9M8KdXxbiyRrM2szrHZsveRXPs6ojSrRhQmWQpLwC5PMc VAIuvmFUdXN4N1FHL+cH9A6x6vy7is/V+qe/MGbbCTX5NhvVXrcDHVsJdgB4yfqe/4KC 0SMg== X-Received: by 10.68.7.106 with SMTP id i10mr11803570pba.43.1363822479731; Wed, 20 Mar 2013 16:34:39 -0700 (PDT) Received: from localhost (c-24-19-7-36.hsd1.wa.comcast.net. [24.19.7.36]) by mx.google.com with ESMTPS id xz5sm3672166pbb.25.2013.03.20.16.34.37 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 20 Mar 2013 16:34:38 -0700 (PDT) From: Kevin Hilman To: Frederic Weisbecker , Russell King , linux-kernel@vger.kernel.org Subject: [PATCH 3/3] ARM: Kconfig: allow virt CPU accounting Date: Wed, 20 Mar 2013 16:34:27 -0700 Message-Id: <1363822467-6275-4-git-send-email-khilman@linaro.org> X-Mailer: git-send-email 1.8.2 In-Reply-To: <1363822467-6275-1-git-send-email-khilman@linaro.org> References: <1363822467-6275-1-git-send-email-khilman@linaro.org> X-Gm-Message-State: ALoCoQl4kbSk738qPaD5uXR2GB2fzmxyGiSQdB5MwLxe6atBiARLLVp/lbQ5nGwu+9IayA7xHkcT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130320_193441_700202_D5F9E9B8 X-CRM114-Status: UNSURE ( 8.65 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [209.85.192.182 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Paul McKenney , linaro-kernel@lists.linaro.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" 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 5b71469..9473d55 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -59,6 +59,7 @@ config ARM select CLONE_BACKWARDS select OLD_SIGSUSPEND3 select OLD_SIGACTION + 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