On 26.11.2025 17:44, Alejandro Vallejo wrote:
> This is the file with the most dramatic effect in terms of DCE, so
> single it out here.
> 
> Signed-off-by: Alejandro Vallejo <[email protected]>

If we accept the basic concept, changes like this are of course okay. Just one
remark:

> --- a/xen/arch/x86/spec_ctrl.c
> +++ b/xen/arch/x86/spec_ctrl.c
> @@ -388,7 +388,7 @@ int8_t __ro_after_init opt_xpti_domu = -1;
>  
>  static __init void xpti_init_default(void)
>  {
> -    if ( (boot_cpu_data.vendor & (X86_VENDOR_AMD | X86_VENDOR_HYGON)) ||
> +    if ( (x86_vendor_is(boot_cpu_data.vendor, X86_VENDOR_AMD | 
> X86_VENDOR_HYGON)) ||

Here and elsewhere please keep line length within 80 chars.

Jan

Reply via email to