powerpc/mm: Make switch_mm_irqs_off() out of line
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 24 Jul 2017 04:28:03 +0000 (14:28 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 23 Aug 2017 12:48:51 +0000 (22:48 +1000)
commit3a2df3798d4da2fc40052c25f0d9c687b1467d53
treee94d918d17a1c0945adf9869c130ffd5e60f697e
parenta619e59c075c66e530a88e57b45bb0417e2f4fff
powerpc/mm: Make switch_mm_irqs_off() out of line

It's too big to be inline, there is no reason to keep it
that way.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
[mpe: Rework to incorporate the comment changes via fixes branch]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/mmu_context.h
arch/powerpc/mm/Makefile
arch/powerpc/mm/mmu_context.c [new file with mode: 0644]