MN10300: Don't set the dirty bit in the DTLB entries in the TLB-miss handler
authorDavid Howells <dhowells@redhat.com>
Thu, 11 Jun 2009 12:08:32 +0000 (13:08 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 11 Jun 2009 16:02:20 +0000 (09:02 -0700)
Remove the special handling for the Data TLB entry dirty bit in the TLB-miss
handler.  As the code stands, all that it does is to cause us to take a second
data address exception to set the dirty bit.  Instead, we can just let
pte_mkdirty() set the bit.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found