Re: [PATCH 1/4] x86/idle: Move monitor()/mwait() wrappers into cpu-idle.c

2025-06-25 Thread Jan Beulich
On 24.06.2025 18:39, Andrew Cooper wrote: > They're not used by any other translation unit, so shouldn't live in > asm/processor.h, which is included almost everywhere. > > Our new toolchain baseline knows the MONITOR/MWAIT instructions, so use them > directly rather than using raw hex. > > Chang

Re: [PATCH 1/4] x86/idle: Move monitor()/mwait() wrappers into cpu-idle.c

2025-06-25 Thread Andrew Cooper
On 25/06/2025 10:19 am, Jan Beulich wrote: > On 24.06.2025 18:39, Andrew Cooper wrote: >> They're not used by any other translation unit, so shouldn't live in >> asm/processor.h, which is included almost everywhere. >> >> Our new toolchain baseline knows the MONITOR/MWAIT instructions, so use them