commit | 41bd26d67c41e325c6b9e56aadfe9dad8af9a565 | [log] [tgz] |
---|---|---|
author | holt@sgi.com <holt@sgi.com> | Thu Apr 03 15:17:12 2008 -0500 |
committer | Tony Luck <tony.luck@intel.com> | Tue Apr 08 13:50:58 2008 -0700 |
tree | d2a2c7dc8b570dd049e33412935ca26ea54a0d7f | |
parent | 7180c4c9e09888db0a188f729c96c6d7bd61fa83 [diff] |
[IA64] Correct pernodesize calculation. A simple fix. The existing pernodesize reservation is not taking into account a second array of pg_data_t structures. This is normally not important because the PAGE_ALIGN macro reserves adequate space. I made the compute_pernodesize steps in the same order as the fill_pernode steps to make the correlation more clear. Signed-off-by: Robin Holt <holt@sgi.com> Signed-off-by: Tony Luck <tony.luck@intel.com>