projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'linus' into irq/threaded
[linux-2.6]
/
arch
/
sh
/
mm
/
asids-debugfs.c
diff --git
a/arch/sh/mm/asids-debugfs.c
b/arch/sh/mm/asids-debugfs.c
index
8e912a1
..
cd8c3bf
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);