RE: [PATCH 1/2][v2] cpuidle-haltpoll: Replace default_idle with arch_cpu_idle

From: Li,Rongqing
Date: Thu Dec 08 2022 - 07:44:25 EST


> >
> > When cpuidle-haltpoll is built as module,
>
> But it isn't now.

Centos is compiling it as module, it will fail;
Other user wants to compile it as module, they will fail,
Syzbot random configuration building will fail

Unless prohibit to build it as module as below:

config HALTPOLL_CPUIDLE
- tristate "Halt poll cpuidle driver"
+ bool "Halt poll cpuidle driver"
depends on X86 && KVM_GUEST
default y
help


thanks

-Li