linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: enable generic idle loop
@ 2015-08-21  3:40 Leo Yan
  2015-08-21  9:00 ` Catalin Marinas
  0 siblings, 1 reply; 8+ messages in thread
From: Leo Yan @ 2015-08-21  3:40 UTC (permalink / raw)
  To: linux-arm-kernel

Enable generic idle loop for ARM64, so can support for hlt/nohlt
command line options to override default idle loop behavior.

Signed-off-by: Leo Yan <leo.yan@linaro.org>
---
 arch/arm64/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 0f6edb1..c404e74 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -31,6 +31,7 @@ config ARM64
 	select GENERIC_CLOCKEVENTS_BROADCAST if SMP
 	select GENERIC_CPU_AUTOPROBE
 	select GENERIC_EARLY_IOREMAP
+	select GENERIC_IDLE_POLL_SETUP
 	select GENERIC_IRQ_PROBE
 	select GENERIC_IRQ_SHOW
 	select GENERIC_IRQ_SHOW_LEVEL
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-09-15 14:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-21  3:40 [PATCH] arm64: enable generic idle loop Leo Yan
2015-08-21  9:00 ` Catalin Marinas
2015-08-21  9:14   ` Leo Yan
2015-08-21 15:54     ` Catalin Marinas
2015-09-15 11:20       ` Leo Yan
2015-09-15 14:31         ` Catalin Marinas
2015-09-15 14:44           ` Will Deacon
2015-09-15 14:51             ` Leo Yan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).