On 2/11/25 11:44, Sohil Mehta wrote: > Update the Intel Family checks to consistently use Family 15 instead of > Family 0xF. Also, get rid of one of last usages of x86_model by using > the new VFM checks. > > Update the incorrect comment since the check has changed[1][2] since the > initial commit ee1ca48fae7e ("ACPI: Disable ARB_DISABLE on platforms > where it is not needed"). > > [1]: commit 3e2ada5867b7 ("ACPI: fix Compaq Evo N800c (Pentium 4m) boot > hang regression") removed the P4 - Family 15. > > [2]: commit 03a05ed11529 ("ACPI: Use the ARB_DISABLE for the CPU which > model id is less than 0x0f.") got rid of CORE_YONAH - Family 6, model E. > > Signed-off-by: Sohil Mehta <sohil.mehta@xxxxxxxxx> Acked-by: Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx>