X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=arch%2Farm%2Finclude%2Fasm%2Fpgtable.h;h=16b02f44c7d3126a925ee41db80697814cca988c;hb=df57721f9a63e8a1fb9b9b2e70de4aa4c7e0cd2e;hp=ba573f22d7cc078ebd2b2d6af6216c35bff6eb86;hpb=b97d64c722598ffed42ece814a2cb791336c6679;p=tomoyo%2Ftomoyo-test1.git diff --git a/arch/arm/include/asm/pgtable.h b/arch/arm/include/asm/pgtable.h index ba573f22d7cc..16b02f44c7d3 100644 --- a/arch/arm/include/asm/pgtable.h +++ b/arch/arm/include/asm/pgtable.h @@ -228,7 +228,7 @@ static inline pte_t pte_wrprotect(pte_t pte) return set_pte_bit(pte, __pgprot(L_PTE_RDONLY)); } -static inline pte_t pte_mkwrite(pte_t pte) +static inline pte_t pte_mkwrite_novma(pte_t pte) { return clear_pte_bit(pte, __pgprot(L_PTE_RDONLY)); }