MIPS: mm: Fix broken microMIPS kernel regression.
authorSteven J. Hill <Steven.Hill@imgtec.com>
Thu, 10 Apr 2014 19:06:17 +0000 (14:06 -0500)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 14 May 2014 16:11:06 +0000 (18:11 +0200)
commit7bb394094080a26de06efcd6a870cb2ba21cfb16
treec04d9d8659d1827b7b3e212a3796f48dc51a6cfd
parentf2d0801f00b7aff0ac6b3666cbcdab499267418a
MIPS: mm: Fix broken microMIPS kernel regression.

Commit f4ae17aa0f2122b52f642985b46210a1f2eceb0a [MIPS: mm: Use scratch for
PGD when !CONFIG_MIPS_PGD_C0_CONTEXT] broke microMIPS kernel builds. This
patch refactors that code similar to what was done for the 'clear_page'
and 'copy_page' functions.

Signed-off-by: Steven J. Hill <Steven.Hill@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/6744/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mm/tlb-funcs.S
arch/mips/mm/tlbex.c