MIPS: tlbex: Stop open-coding build_convert_pte_to_entrylo
authorPaul Burton <paul.burton@imgtec.com>
Tue, 22 Sep 2015 18:42:48 +0000 (11:42 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 11 Nov 2015 07:35:24 +0000 (08:35 +0100)
commitdbfd657ad12d872d04d5b105876669058285a166
tree4dc19adba61ea623dcd824ba21b91205a3d2204e
parent5b10a0e84b4ebe02a7018846e882caa112b4ffc6
MIPS: tlbex: Stop open-coding build_convert_pte_to_entrylo

Make use of build_convert_pte_to_entrylo in the RIXI cases within
build_update_entries rather than open-coding it 4 times.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Cc: Steven J. Hill <Steven.Hill@imgtec.com>
Cc: Leonid Yegoshin <Leonid.Yegoshin@imgtec.com>
Cc: linux-kernel@vger.kernel.org
Cc: James Hogan <james.hogan@imgtec.com>
Cc: Markos Chandras <markos.chandras@imgtec.com>
Patchwork: https://patchwork.linux-mips.org/patch/11214/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mm/tlbex.c