Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756112AbaBUVhx (ORCPT ); Fri, 21 Feb 2014 16:37:53 -0500 Received: from terminus.zytor.com ([198.137.202.10]:59525 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754706AbaBUVhv (ORCPT ); Fri, 21 Feb 2014 16:37:51 -0500 Date: Fri, 21 Feb 2014 13:35:00 -0800 From: tip-bot for Nicolas Pitre Message-ID: Cc: linux-kernel@vger.kernel.org, mingo@redhat.com, hpa@zytor.com, mingo@kernel.org, catalin.marinas@arm.com, peterz@infradead.org, nicolas.pitre@linaro.org, paul.burton@imgtec.com, preeti@linux.vnet.ibm.com, nico@linaro.org, tglx@linutronix.de, rjw@rjwysocki.net, daniel.lezcano@linaro.org, deepthi@linux.vnet.ibm.com Reply-To: mingo@kernel.org, hpa@zytor.com, mingo@redhat.com, linux-kernel@vger.kernel.org, catalin.marinas@arm.com, peterz@infradead.org, nicolas.pitre@linaro.org, paul.burton@imgtec.com, preeti@linux.vnet.ibm.com, nico@linaro.org, rjw@rjwysocki.net, tglx@linutronix.de, daniel.lezcano@linaro.org, deepthi@linux.vnet.ibm.com To: linux-tip-commits@vger.kernel.org Subject: [tip:sched/core] cpuidle/arm64: remove redundant cpuidle_idle_call() Git-Commit-ID: b821bb70a1af0d1063ca6c7790a3636b610c0ca2 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: b821bb70a1af0d1063ca6c7790a3636b610c0ca2 Gitweb: http://git.kernel.org/tip/b821bb70a1af0d1063ca6c7790a3636b610c0ca2 Author: Nicolas Pitre AuthorDate: Mon, 17 Feb 2014 10:59:30 -0500 Committer: Thomas Gleixner CommitDate: Fri, 21 Feb 2014 21:43:21 +0100 cpuidle/arm64: remove redundant cpuidle_idle_call() The core idle loop now takes care of it. Cc: Paul Burton Cc: Deepthi Dharwar Cc: Preeti U Murthy Cc: "Rafael J. Wysocki" Cc: Daniel Lezcano Cc: linux-pm@vger.kernel.org Cc: linaro-kernel@lists.linaro.org Cc: Ingo Molnar Signed-off-by: Nicolas Pitre Acked-by: Catalin Marinas Acked-by: Thomas Gleixner Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/n/tip-wk9vpc8dsn46s12pl602ljpo@git.kernel.org Signed-off-by: Thomas Gleixner --- arch/arm64/kernel/process.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/arch/arm64/kernel/process.c b/arch/arm64/kernel/process.c index 1c0a9be..9cce009 100644 --- a/arch/arm64/kernel/process.c +++ b/arch/arm64/kernel/process.c @@ -33,7 +33,6 @@ #include #include #include -#include #include #include #include @@ -94,10 +93,8 @@ void arch_cpu_idle(void) * This should do all the clock switching and wait for interrupt * tricks */ - if (cpuidle_idle_call()) { - cpu_do_idle(); - local_irq_enable(); - } + cpu_do_idle(); + local_irq_enable(); } #ifdef CONFIG_HOTPLUG_CPU -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/