Commit 3a3b311c authored by Paul Mundt's avatar Paul Mundt

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

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent c54a43e9
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment