Re: [PATCH 1/4] x86/mwait-idle: switch to asm/intel-family.h naming

2022-04-27 Thread Roger Pau Monné
On Tue, Apr 26, 2022 at 12:04:45PM +0200, Jan Beulich wrote: > This brings us (back) closer to the original Linux source. > > While touching mwait_idle_state_table_update() also drop a stray leading > blank. > > Signed-off-by: Jan Beulich Acked-by: Roger Pau Monné Thanks, Roger.

[PATCH 1/4] x86/mwait-idle: switch to asm/intel-family.h naming

2022-04-26 Thread Jan Beulich
This brings us (back) closer to the original Linux source. While touching mwait_idle_state_table_update() also drop a stray leading blank. Signed-off-by: Jan Beulich --- a/xen/arch/x86/cpu/mwait-idle.c +++ b/xen/arch/x86/cpu/mwait-idle.c @@ -61,6 +61,7 @@ #include #include #include +#incl