[SPARC64]: More fully work around Spitfire Errata 51.
authorDavid S. Miller <davem@davemloft.net>
Mon, 29 Aug 2005 19:46:22 +0000 (12:46 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Aug 2005 19:46:22 +0000 (12:46 -0700)
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>

No differences found