]> git.baikalelectronics.ru Git - kernel.git/commit
asm-generic: Remove asm-generic arch_bprm_mm_init()
authorDave Hansen <dave.hansen@linux.intel.com>
Sat, 22 Nov 2014 16:37:11 +0000 (08:37 -0800)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 22 Nov 2014 20:52:08 +0000 (21:52 +0100)
commit81dfbcd7decb52de604df25acba4ee0a70d5b11e
tree31f69b13f1d8ab2ca1a29d426345d17d01777bc4
parent87b9ca9e630c966a95d0eb8469f53403fb2c5216
asm-generic: Remove asm-generic arch_bprm_mm_init()

This is a follow-on to commit 87b9ca9e630c '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: 87b9ca9e630c '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>
include/asm-generic/mmu_context.h