From: David S. Miller Date: Mon, 29 Aug 2005 19:46:22 +0000 (-0700) Subject: [SPARC64]: More fully work around Spitfire Errata 51. X-Git-Tag: v2.6.14-rc1~1039 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f07118f656c179740cad35b827032e2e29b1210;p=pandora-kernel.git [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 --- Reading git-diff-tree failed