From: David Howells Date: Thu, 11 Jun 2009 12:08:32 +0000 (+0100) Subject: MN10300: Don't set the dirty bit in the DTLB entries in the TLB-miss handler X-Git-Tag: v2.6.31-rc1~398^3~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd4f683d045e053abb093f80d81afce30ceadad2;p=pandora-kernel.git MN10300: Don't set the dirty bit in the DTLB entries in the TLB-miss handler 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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed