]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
MIPS: tlbex: Share MIPS32 32 bit phys & MIPS64 64 bit phys code
authorPaul Burton <paul.burton@imgtec.com>
Tue, 22 Sep 2015 18:42:50 +0000 (11:42 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 26 Oct 2015 08:49:53 +0000 (09:49 +0100)
commitdcba6edac36850e856400f45e865b3e80d40bab0
tree1da879b8889931be42467c1a4a6769e03aac3a6b
parentc9f007a57068a21704f18640dd8adaabc9792dde
MIPS: tlbex: Share MIPS32 32 bit phys & MIPS64 64 bit phys code

The code in build_update_entries for 64 bit physical addresses on a
MIPS64 CPU and 32 bit physical addresses on a MIPS32 CPU is now
identical, with the exception of r4k bug workaround in the latter which
would simply not apply to the former. Remove the duplication and some

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/11216/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mm/tlbex.c