Re: [patch 09/53] x86/mpparse: Rename default_find_smp_config()

From: Thomas Gleixner
Date: Mon Aug 07 2023 - 13:21:37 EST


On Mon, Aug 07 2023 at 19:03, Andy Shevchenko wrote:
> On Mon, Aug 7, 2023 at 4:52 PM Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
>>
>> MPTABLE is not longer the default SMP configuration mechanism.
>
> not --> no
>
>> Rename it to mpparse_find_mptable() because that's what it does.
>
> ...
>
>> -#define enable_update_mptable 0
>
>> +#define enable_update_mptable (0)
>
> Hmm.. What's the point of this change?

Good question. Definitely not intentional.