From: Tony Luck Date: Fri, 7 Jan 2011 17:11:55 +0000 (-0800) Subject: [IA64] Avoid array overflow if there are too many cpus in SRAT table X-Git-Tag: v2.6.38-rc1~426^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05f2f274c8a8747bbfb13ac8ee0c27d5f2ad8510;p=pandora-kernel.git [IA64] Avoid array overflow if there are too many cpus in SRAT table acpi_numa_init() has to parse the whole SRAT table, even if the kernel wants to limit the number of cpus it will use (because the ones it is going to use may be described by entries at the end of the SRAT table). Avoid overflowing the node_cpuid array. Reported-by: Yinghai Lu Signed-off-by: Tony Luck --- Reading git-diff-tree failed