[PATCH] ppc64: Mark kernel hptes dirty
authorAnton Blanchard <anton@samba.org>
Wed, 22 Jun 2005 00:15:55 +0000 (17:15 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 22 Jun 2005 01:46:31 +0000 (18:46 -0700)
We dont use the hardware referenced and changed bits and setting them early
avoids a store to memory.  We already do this for userspace hptes but not
kernel ones.  Do it.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc64/mm/hash_utils.c

index 87d0525..1647b1c 100644 (file)
@@ -195,7 +195,7 @@ void __init htab_initialize(void)
                memset((void *)table, 0, htab_size_bytes);
        }
 
-       mode_rw = _PAGE_ACCESSED | _PAGE_COHERENT | PP_RWXX;
+       mode_rw = _PAGE_ACCESSED | _PAGE_DIRTY | _PAGE_COHERENT | PP_RWXX;
 
        /* On U3 based machines, we need to reserve the DART area and
         * _NOT_ map it to avoid cache paradoxes as it's remapped non