MIPS: Remove probe_tlb().
authorDavid Daney <ddaney@caviumnetworks.com>
Fri, 22 Jan 2010 22:41:14 +0000 (14:41 -0800)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 27 Feb 2010 11:53:12 +0000 (12:53 +0100)
commit2a880986d899f556f5a327bc77cc8760d5bb9c64
tree179032b7895ca3594c3fec96a194178ffecf4ad6
parentf868ba29723be46e0981226d7455090d515b08ef
MIPS: Remove probe_tlb().

The function probe_tlb() only does anything for processors that are
not PRID_COMP_LEGACY.  This is precisely the set of processors for
which decode_configs() is called to do identical tlbsize probing
calculations.  Therefore probe_tlb() is completely redundant and may
be removed.

Signed-off-by: David Daney <ddaney@caviumnetworks.com>
To: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/865/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mm/tlb-r4k.c