diff options
Diffstat (limited to 'arch/mips64/mm/tfp.c')
-rw-r--r-- | arch/mips64/mm/tfp.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/arch/mips64/mm/tfp.c b/arch/mips64/mm/tfp.c index 30e87bde1..e4083d65f 100644 --- a/arch/mips64/mm/tfp.c +++ b/arch/mips64/mm/tfp.c @@ -1,4 +1,4 @@ -/* $Id$ +/* $Id: tfp.c,v 1.1 1999/08/18 23:37:48 ralf Exp $ * * tfp.c: MMU and cache routines specific to the r8000 (TFP). * @@ -82,12 +82,6 @@ static void tfp_pgd_init(unsigned long page) { } -static void tfp_add_wired_entry(unsigned long entrylo0, unsigned long entrylo1, - unsigned long entryhi, unsigned long pagemask) -{ - /* XXX */ -} - static int tfp_user_mode(struct pt_regs *regs) { return (regs->cp0_status & ST0_KSU) == KSU_USER; @@ -106,9 +100,6 @@ __initfunc(void ld_mmu_tfp(void)) flush_tlb_mm = tfp_flush_tlb_mm; flush_tlb_range = tfp_flush_tlb_range; flush_tlb_page = tfp_flush_tlb_page; - tfp_asid_setup(); - - add_wired_entry = tfp_add_wired_entry; user_mode = tfp_user_mode; |