MIPS: Add support for FTLBs
authorLeonid Yegoshin <[email protected]>
Thu, 14 Nov 2013 16:12:31 +0000 (16:12 +0000)
committerRalf Baechle <[email protected]>
Wed, 22 Jan 2014 19:19:00 +0000 (20:19 +0100)
commit75b5b5e0a262790fa11043fe45700499c7e3d818
tree3c5af9caa9c5478668159ff34db0ab34b51d7511
parent601cfa7b6fb657cff9e8f77bbcce79f75dd7ab74
MIPS: Add support for FTLBs

The Fixed Page Size TLB (FTLB) is a set-associative dual entry TLB. Its
purpose is to reduce the number of TLB misses by increasing the effective
TLB size and keep the implementation complexity to minimum levels.
A supported core can have both VTLB and FTLB.

Reviewed-by: James Hogan <[email protected]>
Reviewed-by: Paul Burton <[email protected]>
Signed-off-by: Leonid Yegoshin <[email protected]>
Signed-off-by: Markos Chandras <[email protected]>
Signed-off-by: John Crispin <[email protected]>
Patchwork: http://patchwork.linux-mips.org/patch/6139/
arch/mips/include/asm/cpu-info.h
arch/mips/include/asm/mipsregs.h
arch/mips/include/asm/page.h
arch/mips/kernel/cpu-probe.c
arch/mips/kernel/genex.S
arch/mips/kernel/traps.c
arch/mips/mm/tlb-r4k.c