Re: [PATCH v6 21/90] x86/cpuid: Split parser tables and add vendor-qualified parsing

From: Ahmed S. Darwish

Date: Wed Apr 29 2026 - 06:05:10 EST


On Wed, 15 Apr 2026, Maciej Wieczor-Retman wrote:
>
> Isn't the general kernel coding style to put these multiline defines in curly
> brackets? Then they're not needed when assigning the macro to a variable:
>
> -static const struct cpuid_parse_entry cpuid_parse_entries[] = {
> - CPUID_PARSE_ENTRIES
> +static const struct cpuid_parse_entry cpuid_early_entries[] = CPUID_EARLY_ENTRIES
>

That looks better; will do.