Christophe Leroy [off-list ref] wrote on 2013/09/11 17:50:28:
From: Christophe Leroy <redacted>
To: Benjamin Herrenschmidt <benh@kernel.crashing.org>, Paul Mackerras
[off-list ref],
Cc: linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Joakim
Tjernlund [off-list ref]
Date: 2013/09/11 18:43
Subject: [PATCH] powerpc 8xx: Reverting commit
e0908085fc2391c85b85fb814ae1df377c8e0dcb which has become useless
The commit e0908085fc2391c85b85fb814ae1df377c8e0dcb 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
which handles the buggy dcbx instructions on data page faults on the
8xx.
Signed-off-by: Christophe Leroy <redacted>
Acked-by: Joakim Tjernlund <redacted>
Jocke