aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/smtc.c
diff options
context:
space:
mode:
authorChris Dearman <chris@mips.com>2007-09-14 21:21:58 +0100
committerRalf Baechle <ralf@linux-mips.org>2008-04-28 17:14:25 +0100
commit0bfa130e741f8f73a7bbf6a89aad4816e9094a71 (patch)
tree2a363f3a64cf66764711cce81bf190ffdd5936cd /arch/mips/kernel/smtc.c
parent0b6d497fcbb72b356c9d6446810a9597ee55c432 (diff)
downloadkernel_samsung_smdk4412-0bfa130e741f8f73a7bbf6a89aad4816e9094a71.zip
kernel_samsung_smdk4412-0bfa130e741f8f73a7bbf6a89aad4816e9094a71.tar.gz
kernel_samsung_smdk4412-0bfa130e741f8f73a7bbf6a89aad4816e9094a71.tar.bz2
[MIPS] Remove TLB sanitation code
It is not being used by Malta and shouldn't be needed for MIPSsim. Signed-off-by: Chris Dearman <chris@mips.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/smtc.c')
-rw-r--r--arch/mips/kernel/smtc.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/mips/kernel/smtc.c b/arch/mips/kernel/smtc.c
index b42e71c..4705b3c 100644
--- a/arch/mips/kernel/smtc.c
+++ b/arch/mips/kernel/smtc.c
@@ -174,14 +174,6 @@ static int clock_hang_reported[NR_CPUS];
#endif /* CONFIG_SMTC_IDLE_HOOK_DEBUG */
-/* Initialize shared TLB - the should probably migrate to smtc_setup_cpus() */
-
-void __init sanitize_tlb_entries(void)
-{
- printk("Deprecated sanitize_tlb_entries() invoked\n");
-}
-
-
/*
* Configure shared TLB - VPC configuration bit must be set by caller
*/