commit | 64135fa97ce016058f95345425a9ebd04ee1bd2a | [log] [tgz] |
---|---|---|
author | Russ Anderson <rja@sgi.com> | Tue Aug 21 16:45:12 2007 -0500 |
committer | Tony Luck <tony.luck@intel.com> | Wed Dec 19 11:19:19 2007 -0800 |
tree | 7b7cd85c07a608db9e01b39694d9af7a823bdfdb | |
parent | 091062284c05d13b3393f4fcfcedc0f52cb948b4 [diff] |
[IA64] Fix Altix BTE error return status The Altix shub2 BTE error detail bits are in a different location than on shub1. The current code does not take this into account resulting in all shub2 BTE failures mapping to "unknown". This patch reads the error detail bits from the proper location, so the correct BTE failure reason is returned for both shub1 and shub2. Signed-off-by: Russ Anderson <rja@sgi.com> Signed-off-by: Tony Luck <tony.luck@intel.com>