projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c54a43e
)
sh: Update debugfs ASID dumping for 16-bit ASID support.
author
Paul Mundt
<lethal@linux-sh.org>
Tue, 17 Mar 2009 08:59:31 +0000
(17:59 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Tue, 17 Mar 2009 08:59:31 +0000
(17:59 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/mm/asids-debugfs.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/mm/asids-debugfs.c
b/arch/sh/mm/asids-debugfs.c
index 8e912a15e94f4583e1f4a8fe488b1dc45128e766..cd8c3bf39b5a8390efbc22df4e8523af05714d99 100644
(file)
--- 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 : %0
2
lx\n", pid,
+ seq_printf(file, "%5d : %0
4
lx\n", pid,
cpu_asid(smp_processor_id(), p->mm));
- else
- seq_printf(file, "%5d : (none)\n", pid);
}
read_unlock(&tasklist_lock);