mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
[sfrench/cifs-2.6.git] / arch / arc / include / asm / pgtable-bits-arcv2.h
index 6e9f8ca6d6a16c1024483f4204fc763eda57fd45..5c073d9f41c2670d012425376409b902bd0ee641 100644 (file)
@@ -87,7 +87,7 @@
 
 PTE_BIT_FUNC(mknotpresent,     &= ~(_PAGE_PRESENT));
 PTE_BIT_FUNC(wrprotect,        &= ~(_PAGE_WRITE));
-PTE_BIT_FUNC(mkwrite,  |= (_PAGE_WRITE));
+PTE_BIT_FUNC(mkwrite_novma,    |= (_PAGE_WRITE));
 PTE_BIT_FUNC(mkclean,  &= ~(_PAGE_DIRTY));
 PTE_BIT_FUNC(mkdirty,  |= (_PAGE_DIRTY));
 PTE_BIT_FUNC(mkold,    &= ~(_PAGE_ACCESSED));