projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
990dbcc
)
microblaze: Add PVR for Microblaze v8.00.b
author
Michal Simek
<monstr@monstr.eu>
Tue, 28 Dec 2010 13:44:51 +0000
(14:44 +0100)
committer
Michal Simek
<monstr@monstr.eu>
Mon, 3 Jan 2011 09:08:16 +0000
(10:08 +0100)
Microblaze v8.00.b have 0x13 version string.
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/kernel/cpu/cpuinfo.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/microblaze/kernel/cpu/cpuinfo.c
b/arch/microblaze/kernel/cpu/cpuinfo.c
index 87c79fa275c38b79ec0674fdd488ad7887d6b11c..2c309fccf23002aeb83954385add2f37bd32d8ec 100644
(file)
--- a/
arch/microblaze/kernel/cpu/cpuinfo.c
+++ b/
arch/microblaze/kernel/cpu/cpuinfo.c
@@
-32,6
+32,7
@@
const struct cpu_ver_key cpu_ver_lookup[] = {
{"7.30.a", 0x10},
{"7.30.b", 0x11},
{"8.00.a", 0x12},
+ {"8.00.b", 0x13},
{NULL, 0},
};