From: Dean Roe Date: Tue, 14 Feb 2006 21:01:23 +0000 (-0600) Subject: [IA64-SGI] fix the size of __sn_cnodeid_to_nasid X-Git-Tag: v2.6.16-rc4~27^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2a4969ba14e852bf4ee92c7db3b0cf82405a0c9;p=pandora-kernel.git [IA64-SGI] fix the size of __sn_cnodeid_to_nasid The __sn_cnodeid_to_nasid array was incorrectly sized at MAX_NUMNODES. On a large system, this array could overflow. The following patch corrects this by defining it to MAX_COMPACT_NODES. Signed-off-by: Dean Roe Signed-off-by: Tony Luck --- Reading git-diff-tree failed