From patchwork Mon Sep 16 22:28:20 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 2899801 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 4F7C79F1C0 for ; Mon, 16 Sep 2013 22:30:57 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9C91720131 for ; Mon, 16 Sep 2013 22:30:56 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A38942012D for ; Mon, 16 Sep 2013 22:30:55 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VLhIa-0006e9-Bp; Mon, 16 Sep 2013 22:29:40 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VLhIF-00020n-Na; Mon, 16 Sep 2013 22:29:19 +0000 Received: from mail-pd0-f180.google.com ([209.85.192.180]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VLhHn-0001vQ-Nl for linux-arm-kernel@lists.infradead.org; Mon, 16 Sep 2013 22:28:52 +0000 Received: by mail-pd0-f180.google.com with SMTP id y10so4671826pdj.39 for ; Mon, 16 Sep 2013 15:28:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=7Mjboczj/KS1MlIjxuiGUEMsriY1+6SUJnCvIVmMS8k=; b=QmpmRcs0bnYOxV3oaA/m21KWhs5UoEzuytAwyfU4XhVLHfUbseXD2bPW8eN146JPOT vXqZUMbDezjO4fOSWfah9NuqLB4k0BXKBK2HpYVPz6LI0AOl34n8zxkfchJ+7S0eqYT/ sfqOfXAndd+9TsdM6iEF3cyvuLiDm/33lN//ivvboTCiBbmj0+GQd9ffCl5fdOtDE+9m jb1f7Sl2slqXzRdV6xWH2trJxtvUzooSsALvXj5AGIVHFbD598SfXbBaRGCoLARnv5GR lZUGMg8Ec5MqgXlNP9BAKYGUNMtKFox+YbbRASO7Ac45H3/s72AIFaO6sHUXVPz2fgB1 Dwfg== X-Gm-Message-State: ALoCoQk7qvr/ubuAkIJyyndmYsqPGA06vBJzemt0sDTi9UMKsoVwjrjDv575g+ERgS0PyD/7yYc2 X-Received: by 10.68.209.232 with SMTP id mp8mr5323239pbc.129.1379370510374; Mon, 16 Sep 2013 15:28:30 -0700 (PDT) Received: from localhost (c-24-19-7-36.hsd1.wa.comcast.net. [24.19.7.36]) by mx.google.com with ESMTPSA id fl3sm41166241pad.10.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 16 Sep 2013 15:28:29 -0700 (PDT) From: Kevin Hilman To: Frederic Weisbecker , Russell King Subject: [PATCH 2/4] nohz_full: Kconfig: drop requrement on 64-bit Date: Mon, 16 Sep 2013 15:28:20 -0700 Message-Id: <1379370502-30376-3-git-send-email-khilman@linaro.org> X-Mailer: git-send-email 1.8.3 In-Reply-To: <1379370502-30376-1-git-send-email-khilman@linaro.org> References: <1379370502-30376-1-git-send-email-khilman@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130916_182851_894206_1D227E8F X-CRM114-Status: UNSURE ( 8.64 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) Cc: Paul McKenney , linux-kernel@vger.kernel.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 X-Spam-Status: No, score=-4.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Now that VIRT_CPU_ACCOUNTING_GEN no longer has a 64-bit requirement, it can be dropped here as well. Cc: Frederic Weisbecker Signed-off-by: Kevin Hilman --- kernel/time/Kconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/kernel/time/Kconfig b/kernel/time/Kconfig index 2b62fe8..a54e3e9 100644 --- a/kernel/time/Kconfig +++ b/kernel/time/Kconfig @@ -99,8 +99,6 @@ config NO_HZ_FULL depends on SMP # RCU_USER_QS dependency depends on HAVE_CONTEXT_TRACKING - # VIRT_CPU_ACCOUNTING_GEN dependency - depends on 64BIT select NO_HZ_COMMON select RCU_USER_QS select RCU_NOCB_CPU