On 12.03.2026 21:43, Kevin Lampis wrote:
> @@ -1059,8 +1059,7 @@ static void acpi_processor_power_init_bm_check(struct 
> acpi_processor_flags *flag
>       * is not required while entering C3 type state on
>       * P4, Core and beyond CPUs
>       */
> -    if ( c->x86_vendor == X86_VENDOR_INTEL &&
> -        (c->x86 > 0x6 || (c->x86 == 6 && c->x86_model >= 14)) )
> +    if ( c->vendor == X86_VENDOR_INTEL && c->vfm >= INTEL_CORE_YONAH )
>              flags->bm_control = 0;

Similar issue to patch 1: Here it ought to be possible to leave just the vendor
check.

Jan

Reply via email to