sh: Update debugfs ASID dumping for 16-bit ASID support.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Paul Mundt 2009-03-17 17:59:31 +09:00
parent c54a43e90b
commit 3a3b311ca3
1 changed files with 1 additions and 3 deletions

View File

@ -37,10 +37,8 @@ static int asids_seq_show(struct seq_file *file, void *iter)
continue;
if (p->mm)
seq_printf(file, "%5d : %02lx\n", pid,
seq_printf(file, "%5d : %04lx\n", pid,
cpu_asid(smp_processor_id(), p->mm));
else
seq_printf(file, "%5d : (none)\n", pid);
}
read_unlock(&tasklist_lock);