]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/s390/include/asm/mmu_context.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
[karo-tx-linux.git] / arch / s390 / include / asm / mmu_context.h
index c119d564d8f2817cde452687033e6eb4a834a121..8712e11bead40327f6ad5bb22a659d37ddbbf644 100644 (file)
@@ -157,10 +157,4 @@ static inline bool arch_vma_access_permitted(struct vm_area_struct *vma,
        /* by default, allow everything */
        return true;
 }
-
-static inline bool arch_pte_access_permitted(pte_t pte, bool write)
-{
-       /* by default, allow everything */
-       return true;
-}
 #endif /* __S390_MMU_CONTEXT_H */