Re: [PATCH v4 24/71] perf/x86/msr: Switch to new Intel CPU model defines

From: Dave Hansen
Date: Thu Apr 25 2024 - 11:50:46 EST


On 4/24/24 11:15, Tony Luck wrote:
> @@ -43,75 +43,75 @@ static bool test_intel(int idx, void *data)
> boot_cpu_data.x86 != 6)
> return false;

It arguably makes these easier to review when you _aren't_ removing the
explicit family 6 checks, but what's the plan for these? They can go
away now, right?