From a2320c942ccf93dc1c72869f91829e7779e50ee6 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 9 Jun 1997 06:13:25 +0000 Subject: Adopt to David's modified TLB execption handlers. --- arch/mips/lib/dump_tlb.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'arch') diff --git a/arch/mips/lib/dump_tlb.c b/arch/mips/lib/dump_tlb.c index 5232e84db..553508056 100644 --- a/arch/mips/lib/dump_tlb.c +++ b/arch/mips/lib/dump_tlb.c @@ -112,18 +112,7 @@ dump_list_process(struct task_struct *t, void *address) void dump_list_current(void *address) { - unsigned int addr, *pt; - dump_list_process(current, address); - - addr = (unsigned int) address; - pt = (unsigned int *) TLB_ROOT + (addr >> 22); - printk("L1: *%08x == ", (unsigned int) pt); - printk("%08x, ", *pt); - - pt = (unsigned int *) (TLBMAP + ((addr >> 10) & ~3)); - printk("L2: *%08x == ", (unsigned int) pt); - printk("%08x\n", *pt); } unsigned int -- cgit v1.2.3