Re: [RFC PATCH 1/5] use nr_cpus= to set nr_cpu_ids early

From: Christoph Lameter
Date: Tue Jan 12 2010 - 15:49:27 EST


Trouble is that NR_CPUS is used all over the place. If nr_cpu_ids <
NR_CPUS at boot then there is a danger of for loops to NR_CPUS going out
of
bounds.

CONFIG_NR_CPUS is used for various bitmaps so that seems to be
okay.

drivers/acpi/numa.c:acpi_numa_init probably should use nr_cpu_ids
instead now.

There is an octeon driver in staging that has some issues with NR_CPUS as
well.




--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/