On Wed, Jan 12, 2022 at 06:36, Scott Wood <o...@buserror.net> wrote: > On Wed, 2022-01-12 at 12:24 +0100, Joachim Wiberg wrote: >> [snip] >> +#ifdef CONFIG_PPC64 >> + .power_save = book3e_idle, >> +#else >> + .power_save = e500_idle, >> +#endif >> }; > In the 32-bit case shouldn't this already be getting added by > setup_power_save()? Though I see corenet_generic.c doing the same thing...
We went for consistency with the corenet_generic.c setup, which as you noted does the same thing. Best regards /Joachim