Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144145
b: refs/heads/master
c: 79533fd
h: refs/heads/master
i:
  144143: 91f5364
v: v3
  • Loading branch information
Michal Simek committed Apr 23, 2009
1 parent 926fdcd commit 0676b10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 6e60c14810d8da792e418fdcb2110b4185d1b9a2
refs/heads/master: 79533fd4cb7c261694d3b7d5bdde78836bc35b49
4 changes: 2 additions & 2 deletions trunk/arch/microblaze/kernel/cpu/mb.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ static int show_cpuinfo(struct seq_file *m, void *v)
cpuinfo.hw_debug ? "yes" : "no");

count += seq_printf(m,
"PVR-USR1:\t%x\n"
"PVR-USR2:\t%x\n",
"PVR-USR1:\t%02x\n"
"PVR-USR2:\t%08x\n",
cpuinfo.pvr_user1,
cpuinfo.pvr_user2);

Expand Down

0 comments on commit 0676b10

Please sign in to comment.