commit | 2321f33790a6c5b80322d907a92d5739e7521a13 | [log] [tgz] |
---|---|---|
author | Joakim Tjernlund <joakim.tjernlund@transmode.se> | Fri Nov 20 00:21:10 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Dec 09 17:10:37 2009 +1100 |
tree | 1cb6c6a3aba5862ca7877aac6bca054377c305ec | |
parent | 15d914d72a3f4f1531c41c084cb556be22aa1d2e [diff] |
powerpc/8xx: Remove DIRTY pte handling in DTLB Error. There is no need to do set the DIRTY bit directly in DTLB Error. Trap to do_page_fault() and let the generic MM code do the work. Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>