projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5955563
)
microblaze: Add PVR version string for MB v9.0 and v9.1
author
Michal Simek
<michal.simek@xilinx.com>
Tue, 3 Sep 2013 10:35:36 +0000
(12:35 +0200)
committer
Michal Simek
<michal.simek@xilinx.com>
Tue, 3 Sep 2013 14:31:16 +0000
(16:31 +0200)
Extend PVR reg decoding.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/kernel/cpu/cpuinfo.c
patch
|
blob
|
history
diff --git
a/arch/microblaze/kernel/cpu/cpuinfo.c
b/arch/microblaze/kernel/cpu/cpuinfo.c
index
410398f
..
c9203b1
100644
(file)
--- a/
arch/microblaze/kernel/cpu/cpuinfo.c
+++ b/
arch/microblaze/kernel/cpu/cpuinfo.c
@@
-39,6
+39,8
@@
const struct cpu_ver_key cpu_ver_lookup[] = {
{"8.30.a", 0x17},
{"8.40.a", 0x18},
{"8.40.b", 0x19},
+ {"9.0", 0x1b},
+ {"9.1", 0x1d},
{NULL, 0},
};