Skip to content

Commit

Permalink
sh: Update debugfs ASID dumping for 16-bit ASID support.
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Mar 17, 2009
1 parent c54a43e commit 3a3b311
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions arch/sh/mm/asids-debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3a3b311

Please sign in to comment.