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:
f10eca6
)
microblaze: Detect new Microblaze 7.20 versions
author
Michal Simek
<monstr@monstr.eu>
Tue, 21 Jul 2009 10:47:04 +0000
(12:47 +0200)
committer
Michal Simek
<monstr@monstr.eu>
Mon, 27 Jul 2009 05:39:55 +0000
(07:39 +0200)
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 a10bea119b946f0b637befe039705c432cdce888..c411c6757deb845a984ae734e108fa216ceb18c0 100644
(file)
--- a/
arch/microblaze/kernel/cpu/cpuinfo.c
+++ b/
arch/microblaze/kernel/cpu/cpuinfo.c
@@
-26,6
+26,8
@@
const struct cpu_ver_key cpu_ver_lookup[] = {
{"7.10.b", 0x09},
{"7.10.c", 0x0a},
{"7.10.d", 0x0b},
+ {"7.20.a", 0x0c},
+ {"7.20.b", 0x0d},
/* FIXME There is no keycode defined in MBV for these versions */
{"2.10.a", 0x10},
{"3.00.a", 0x20},