commit | c2a4969ba14e852bf4ee92c7db3b0cf82405a0c9 | [log] [tgz] |
---|---|---|
author | Dean Roe <roe@sgi.com> | Tue Feb 14 15:01:23 2006 -0600 |
committer | Tony Luck <tony.luck@intel.com> | Wed Feb 15 13:33:48 2006 -0800 |
tree | a79b5559260fb09525e764ab41366ff75f3f6677 | |
parent | 9c65cb9be62ac4993a5b392304b82e4f04f010fd [diff] |
[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 <roe@sgi.com> Signed-off-by: Tony Luck <tony.luck@intel.com>