Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cascardo/linux.git] / include / asm-generic / mmu_context.h
index aa2d8ba..a7eec91 100644 (file)
@@ -42,15 +42,4 @@ static inline void activate_mm(struct mm_struct *prev_mm,
 {
 }
 
-static inline void arch_bprm_mm_init(struct mm_struct *mm,
-                       struct vm_area_struct *vma)
-{
-}
-
-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 */