commit | 4f07118f656c179740cad35b827032e2e29b1210 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Mon Aug 29 12:46:22 2005 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 29 12:46:22 2005 -0700 |
tree | 7ddeb17346fe25ae75aa5373659c053afb9ef5f5 | |
parent | 442464a50077ff00454ff8d7628cbe1b8eacc034 [diff] |
[SPARC64]: More fully work around Spitfire Errata 51. It appears that a memory barrier soon after a mispredicted branch, not just in the delay slot, can cause the hang condition of this cpu errata. So move them out-of-line, and explicitly put them into a "branch always, predict taken" delay slot which should fully kill this problem. Signed-off-by: David S. Miller <davem@davemloft.net>