]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/8xx: Revert commit e0908085fc2391c85b85fb814ae1df377c8e0dcb
authorLEROY Christophe <christophe.leroy@c-s.fr>
Wed, 11 Sep 2013 16:44:44 +0000 (18:44 +0200)
committerScott Wood <scottwood@freescale.com>
Tue, 29 Oct 2013 02:11:18 +0000 (21:11 -0500)
commit79df1b374ba681f1322a0efd9a88bb85f1462796
tree69680b0aa81907e625096b10f7fbf95f95528449
parentafc4b47372ace24c630c1d79b3a0ed32bf1d19fd
powerpc/8xx: Revert commit e0908085fc2391c85b85fb814ae1df377c8e0dcb

The commit e0908085fc2391c85b85fb814ae1df377c8e0dcb ("powerpc/8xx: Fix
regression introduced by cache coherency rewrite") is not needed
anymore.  The issue was because dcbst wrongly sets the store bit when
causing a DTLB error, but this is now fixed by commit
0a2ab51ffb8dfdf51402dcfb446629648c96bc78 ("powerpc/8xx: Fixup DAR from
buggy dcbX instructions.") which handles the buggy dcbx instructions on
data page faults on the 8xx.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
[scottwood@freescale.com: fix commit message]
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/mm/pgtable.c