Re: [PATCH] x86/cpu/intel: Drop stray FAM6 check with new Intel CPU model defines

From: Dave Hansen
Date: Wed May 29 2024 - 14:39:46 EST


On 5/29/24 11:36, Andrew Cooper wrote:
> The outer if () should have been dropped when switching to c->x86_vfm.

FWIW, we are going to need to do a pass over all of arch/x86 looking for
these. I suspect many of the 'if (c->x86 == ...) ' checks can go away
like this one.

Thanks for finding this one, though!