From: David Daney Date: Fri, 22 Jan 2010 22:41:14 +0000 (-0800) Subject: MIPS: Remove probe_tlb(). X-Git-Tag: v2.6.34-rc1~269^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a880986d899f556f5a327bc77cc8760d5bb9c64;p=pandora-kernel.git 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 To: linux-mips@linux-mips.org Patchwork: http://patchwork.linux-mips.org/patch/865/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed