MIPS: Optimize TLB refill for RI/XI configurations.
authorDavid Daney <ddaney@caviumnetworks.com>
Thu, 23 Aug 2012 17:02:03 +0000 (10:02 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 11 Oct 2012 09:11:20 +0000 (11:11 +0200)
commit748e787eb6de610c4427594923ef8ca1f5431b74
treee7577a2a0dd354110487887703f6aa719317f691
parent981ef0de49869c9a60e9b1ff35a734525dd790e0
MIPS: Optimize TLB refill for RI/XI configurations.

We don't have to do a separate shift to eliminate the software bits,
just rotate them into the fill and they will be ignored.

Signed-off-by: David Daney <ddaney@caviumnetworks.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/4294/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mm/tlbex.c