Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752617AbbHUJOy (ORCPT ); Fri, 21 Aug 2015 05:14:54 -0400 Received: from mail-pd0-f176.google.com ([209.85.192.176]:35932 "EHLO mail-pd0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751597AbbHUJOw (ORCPT ); Fri, 21 Aug 2015 05:14:52 -0400 Date: Fri, 21 Aug 2015 17:14:46 +0800 From: Leo Yan To: Catalin Marinas Cc: Will Deacon , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64: enable generic idle loop Message-ID: <20150821091446.GB4280@leoy-linaro> References: <1440128422-4170-1-git-send-email-leo.yan@linaro.org> <20150821090043.GA14072@e104818-lin.cambridge.arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150821090043.GA14072@e104818-lin.cambridge.arm.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 911 Lines: 22 On Fri, Aug 21, 2015 at 10:00:43AM +0100, Catalin Marinas wrote: > On Fri, Aug 21, 2015 at 11:40:22AM +0800, Leo Yan wrote: > > Enable generic idle loop for ARM64, so can support for hlt/nohlt > > command line options to override default idle loop behavior. > > Just curious, what do you need this for? With this config, usually we can add "nohlt" in command line to force the cpu will never be powered off; so can quickly narrow down if some issues are related with cpuidle or not. And if CPU is powered off, then its debug logic also will be powered off. So we can simply use this method to let debugger always hot connect with the target CPU. Thanks, Leo Yan -- 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/