Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / arch / arm / include / asm / pgtable.h
index ba573f22d7cc078ebd2b2d6af6216c35bff6eb86..16b02f44c7d3126a925ee41db80697814cca988c 100644 (file)
@@ -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));
 }