Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133341
b: refs/heads/master
c: 3a3b311
h: refs/heads/master
i:
  133339: b6b673e
v: v3
  • Loading branch information
Paul Mundt committed Mar 17, 2009
1 parent 0ce7b55 commit e62e295
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c54a43e90b80993b2e0772d678563cb2bc6a1b3b
refs/heads/master: 3a3b311ca375a37b29bb78b030f96bf97dee97f5
4 changes: 1 addition & 3 deletions trunk/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 e62e295

Please sign in to comment.