On 26.11.2025 17:44, Alejandro Vallejo wrote:
> @@ -938,7 +938,7 @@ static bool __init retpoline_calculations(void)
>   */
>  static bool __init rsb_is_full_width(void)
>  {
> -    if ( boot_cpu_data.vendor != X86_VENDOR_INTEL ||
> +    if ( !x86_vendor_is(boot_cpu_data.x86_vendor, X86_VENDOR_INTEL) ||

One other aspect: If already you touch lines still using the old (being
phased out) field names, please rename at the same time. This may then
also help with line length in some cases.

Jan

Reply via email to