projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e60c14
)
microblaze: Fix USR1/2 pvr printing message
author
Michal Simek
<monstr@monstr.eu>
Tue, 21 Apr 2009 12:04:39 +0000
(14:04 +0200)
committer
Michal Simek
<monstr@monstr.eu>
Thu, 23 Apr 2009 14:09:18 +0000
(16:09 +0200)
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/kernel/cpu/mb.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/microblaze/kernel/cpu/mb.c
b/arch/microblaze/kernel/cpu/mb.c
index 3b6212bdc8dc35318b6f8b1ab2330537b4b2acd0..4dcfccdbc36480beec86d4fd24c31ccf0d8cdc6d 100644
(file)
--- a/
arch/microblaze/kernel/cpu/mb.c
+++ b/
arch/microblaze/kernel/cpu/mb.c
@@
-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%
02
x\n"
+ "PVR-USR2:\t%
08
x\n",
cpuinfo.pvr_user1,
cpuinfo.pvr_user2);