summaryrefslogtreecommitdiffstats
path: root/arch/mips64/lib/dump_tlb.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-10-09 00:00:47 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-10-09 00:00:47 +0000
commitd6434e1042f3b0a6dfe1b1f615af369486f9b1fa (patch)
treee2be02f33984c48ec019c654051d27964e42c441 /arch/mips64/lib/dump_tlb.c
parent609d1e803baf519487233b765eb487f9ec227a18 (diff)
Merge with 2.3.19.
Diffstat (limited to 'arch/mips64/lib/dump_tlb.c')
-rw-r--r--arch/mips64/lib/dump_tlb.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/arch/mips64/lib/dump_tlb.c b/arch/mips64/lib/dump_tlb.c
index f1173ced9..0d563cbb6 100644
--- a/arch/mips64/lib/dump_tlb.c
+++ b/arch/mips64/lib/dump_tlb.c
@@ -103,9 +103,11 @@ dump_list_process(struct task_struct *t, void *address)
addr = (unsigned long) address;
- printk("Addr == %08lx\n", addr);
- printk("tasks->tss.pg_dir == %08lx\n", (unsigned long) t->tss.pg_dir);
- printk("tasks->mm.pgd == %08lx\n", (unsigned long) t->mm->pgd);
+ printk("Addr == %08lx\n", addr);
+ printk("tasks->thread.pg_dir == %08lx\n",
+ (unsigned long) t->thread.pg_dir);
+ printk("tasks->mm.pgd == %08lx\n",
+ (unsigned long) t->mm->pgd);
page_dir = pgd_offset(t->mm, 0);
printk("page_dir == %08lx\n", (unsigned long) page_dir);