summaryrefslogtreecommitdiffstats
path: root/arch/sh/mm/asids-debugfs.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-03-17 17:59:31 +0900
committerPaul Mundt <lethal@linux-sh.org>2009-03-17 17:59:31 +0900
commit3a3b311ca375a37b29bb78b030f96bf97dee97f5 (patch)
treec4f769b2f1e00bcaf8289f2f6337c50ab4c2c82b /arch/sh/mm/asids-debugfs.c
parentc54a43e90b80993b2e0772d678563cb2bc6a1b3b (diff)
downloadop-kernel-dev-3a3b311ca375a37b29bb78b030f96bf97dee97f5.zip
op-kernel-dev-3a3b311ca375a37b29bb78b030f96bf97dee97f5.tar.gz
sh: Update debugfs ASID dumping for 16-bit ASID support.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm/asids-debugfs.c')
-rw-r--r--arch/sh/mm/asids-debugfs.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/sh/mm/asids-debugfs.c b/arch/sh/mm/asids-debugfs.c
index 8e912a1..cd8c3bf3 100644
--- a/arch/sh/mm/asids-debugfs.c
+++ b/arch/sh/mm/asids-debugfs.c
@@ -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);
OpenPOWER on IntegriCloud