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)
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>

No differences found