Re: [PATCH] x86/acpi: fix the comments in acpi_parse_lapic

From: Thomas Gleixner
Date: Thu Jun 07 2018 - 08:09:40 EST


On Thu, 7 Jun 2018, Li RongQing wrote:

> This should be permit to preallocate memory for all NR_CPUS

No. The comment is correct. The whole magic is there to size
num_possible_cpus correctly so that we can avoid allocating for NR_CPUS
which is most of the time larger than num_possible_cpus.

Thanks,

tglx