]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit36fb96f54e1e391eb21e44ea895cdcdf93f1c222
treec04d9d8659d1827b7b3e212a3796f48dc51a6cfd
parentd5bcda6d0c85d9517d7b3c56c8a82aed19ec2f01
MIPS: mm: Fix broken microMIPS kernel regression.

Commit cb766bb0c00d89b67d9df9b6898dd011c024c52f [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