MIPS: mm: Un-inline get_new_mmu_context
authorPaul Burton <paul.burton@mips.com>
Sat, 2 Feb 2019 01:43:24 +0000 (01:43 +0000)
committerPaul Burton <paul.burton@mips.com>
Mon, 4 Feb 2019 18:56:28 +0000 (10:56 -0800)
commit4ebea49ce233ce76421250f113a75d6d33c90e22
treec2545c6b0cd71a225cd40a0e213716fee23d9c2b
parent7e8556d06acd552ba4d01c0e0d7307f7b79f9945
MIPS: mm: Un-inline get_new_mmu_context

In preparation for adding MMID support to get_new_mmu_context() which
will increase the size of the function somewhat, move it from
asm/mmu_context.h into a C file.

Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: linux-mips@vger.kernel.org
arch/mips/include/asm/mmu_context.h
arch/mips/mm/Makefile
arch/mips/mm/context.c [new file with mode: 0644]