commit | 061ec9599f7ea515a3f08cd5cb74a03b2f9c56d2 | [log] [tgz] |
---|---|---|
author | Joakim Tjernlund <joakim.tjernlund@transmode.se> | Fri Jan 08 06:46:26 2010 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Jan 15 13:26:16 2010 +1100 |
tree | b078ad67594cc2794914e85e9fbbdb5642a0ff9d | |
parent | 3e7b484354c8f60c12119c1c5174ef354696c30d [diff] |
powerpc/8xx: Fix user space TLB walk in dcbX fixup The newly added fixup for buggy dcbX insn's has a bug that always trigger a kernel TLB walk so a user space dcbX insn will cause a Kernel Machine Check if it hits DTLB error. Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>