linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* halting the kernel does not stop the CPU cores?
@ 2017-07-27 14:38 Heinz Wrobel
  2017-07-27 18:27 ` Baruch Siach
  2017-07-27 20:07 ` Florian Fainelli
  0 siblings, 2 replies; 5+ messages in thread
From: Heinz Wrobel @ 2017-07-27 14:38 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

I noticed that when halting the kernel (intentionally or not), the cores effectively go into a while(1) loop and power consumption on larger devices really jumps up significantly to the point where, e.g., a ?crash? turns into ?crash and burn?.

I would assume that if a system is halted, you don?t want to dissipate more power than on a running system but go as silent as low power as reasonable.

Is there any specific reason why the cores would not go into a wfi loop like they do on idle?
The patch to fix this seems to be easy at first glance, but is there a good reason *NOT* to do such a patch and to leave the plain while(1)?

Thanks,

Heinz

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

end of thread, other threads:[~2017-07-27 23:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-27 14:38 halting the kernel does not stop the CPU cores? Heinz Wrobel
2017-07-27 18:27 ` Baruch Siach
2017-07-27 20:07 ` Florian Fainelli
2017-07-27 22:25   ` Russell King - ARM Linux
2017-07-27 23:27     ` icenowy at aosc.io

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).