Skip to content

Commit 9f7789f

Browse files
hansendcKAGA-KOKO
authored andcommitted
asm-generic: Remove asm-generic arch_bprm_mm_init()
This is a follow-on to commit 62e88b1 'mm: Make arch_unmap()/bprm_mm_init() available to all architectures' I removed the asm-generic version of arch_unmap() in that patch, but missed arch_bprm_mm_init(). So this broke the build for architectures using asm-generic/mmu_context.h who actually have an MMU. Fixes: 62e88b1 'mm: Make arch_unmap()/bprm_mm_init() available to all architectures' Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com> Cc: Dave Hansen <dave@sr71.net> Cc: linux-arch@vger.kernel.org Cc: x86@kernel.org Link: http://lkml.kernel.org/r/20141122163711.0F037EE6@viggo.jf.intel.com Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
1 parent 62e88b1 commit 9f7789f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

include/asm-generic/mmu_context.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,4 @@ static inline void activate_mm(struct mm_struct *prev_mm,
4242
{
4343
}
4444

45-
static inline void arch_bprm_mm_init(struct mm_struct *mm,
46-
struct vm_area_struct *vma)
47-
{
48-
}
49-
5045
#endif /* __ASM_GENERIC_MMU_CONTEXT_H */

0 commit comments

Comments
 (0)