projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9dc9e7
)
microblaze: Add PVR for Microblaze v8.10.a
author
Michal Simek
<monstr@monstr.eu>
Wed, 9 Feb 2011 13:23:34 +0000
(14:23 +0100)
committer
Michal Simek
<monstr@monstr.eu>
Wed, 9 Mar 2011 07:09:55 +0000
(08:09 +0100)
Microblaze v8.10.a has 0x14 version string.
Signed-off-by: Michal Simek <monstr@monstr.eu>
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 2c309fccf23002aeb83954385add2f37bd32d8ec..c1640c52711fe9a056ebd63450c51e54ad26d5d2 100644
(file)
--- a/
arch/microblaze/kernel/cpu/cpuinfo.c
+++ b/
arch/microblaze/kernel/cpu/cpuinfo.c
@@
-33,6
+33,7
@@
const struct cpu_ver_key cpu_ver_lookup[] = {
{"7.30.b", 0x11},
{"8.00.a", 0x12},
{"8.00.b", 0x13},
+ {"8.10.a", 0x14},
{NULL, 0},
};