[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>
This commit is contained in:
committed by
Ralf Baechle
parent
0b6d497fcb
commit
0bfa130e74
@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user