linux/arch/mn10300/mm
David Howells fd4f683d04 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 <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2009-06-11 09:02:20 -07:00
..
Makefile
cache-flush-mn10300.S
cache-mn10300.S
cache.c
dma-alloc.c
extable.c
fault.c MN10300: Change the fault handler to check in_atomic() not in_interrupt() 2008-09-11 10:36:08 -07:00
init.c
misalignment.c MN10300: Don't do misalignment handling for userspace 2008-11-12 10:41:18 -08:00
mmu-context.c
pgtable.c mn10300: use generic show_mem() 2008-07-26 12:00:11 -07:00
tlb-mn10300.S MN10300: Don't set the dirty bit in the DTLB entries in the TLB-miss handler 2009-06-11 09:02:20 -07:00