[PATCH 1/1] powerpc/e500/qemu-e500: allow core to idle without waiting
Joachim Wiberg
troglobit at gmail.com
Fri Jan 14 21:32:54 AEDT 2022
On Wed, Jan 12, 2022 at 06:36, Scott Wood <oss at 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
More information about the Linuxppc-dev
mailing list