On Fri, 18 Aug 2023 10:37:37 +0530, Vaibhav Jain wrote: > This minor patch enables config option GENERIC_IDLE_POLL_SETUP for arch > powerpc. This should add support for kernel param 'nohlt'. > > Powerpc kernel also supports another kernel boot-time param called > 'powersave' which can also be used to disable all cpu idle-states and > forces CPU to an idle-loop similar to what cpu_idle_poll() does. This > patch however makes powerpc kernel-parameters better aligned to the > generic boot-time parameters. > > [...] Applied to powerpc/next. [1/1] powerpc: Enable generic cpu idle-loop https://git.kernel.org/powerpc/c/0ceef6e99cc3a57f33b84dafc6df5dfb3b28278d cheers