]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/asm-generic/mmu_context.h
mm: Make arch_unmap()/bprm_mm_init() available to all architectures
[karo-tx-linux.git] / include / asm-generic / mmu_context.h
index aa2d8ba35b202b1bcbea108bfbe450d4368bef4e..1f2a8f9c9264574737334f3db81092cd13e6beaf 100644 (file)
@@ -47,10 +47,4 @@ static inline void arch_bprm_mm_init(struct mm_struct *mm,
 {
 }
 
-static inline void arch_unmap(struct mm_struct *mm,
-                       struct vm_area_struct *vma,
-                       unsigned long start, unsigned long end)
-{
-}
-
 #endif /* __ASM_GENERIC_MMU_CONTEXT_H */