commit | 2d9e2763c22a4ce41c3cc5f35366a51f1eba38dc | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Tue May 29 01:58:31 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Tue May 29 02:51:38 2007 -0700 |
tree | 5a8ee71858b3ec58ff07a2cd9cf875cfb458cf63 | |
parent | 5f81941c9d47f783e834028dcfb8548809da5a53 [diff] |
[SPARC64]: Fix two bugs wrt. kernel 4MB TSB. 1) The TSB lookup was not using the correct hash mask. 2) It was not aligned on a boundary equal to it's size, which is required by the sun4v Hypervisor. wasn't having it's return value checked, and that bug will be fixed up as well in a subsequent changeset. Signed-off-by: David S. Miller <davem@davemloft.net>