[IA64-SGI] fix the size of __sn_cnodeid_to_nasid
authorDean Roe <roe@sgi.com>
Tue, 14 Feb 2006 21:01:23 +0000 (15:01 -0600)
committerTony Luck <tony.luck@intel.com>
Wed, 15 Feb 2006 21:33:48 +0000 (13:33 -0800)
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 <roe@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found