projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81ab0df
)
microblaze: Add PVR for Microblaze v7.30.a
author
Michal Simek
<monstr@monstr.eu>
Tue, 8 Dec 2009 16:54:07 +0000
(17:54 +0100)
committer
Michal Simek
<monstr@monstr.eu>
Mon, 14 Dec 2009 07:45:10 +0000
(08:45 +0100)
Microblaze v7.30.a will have 0x10 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 852ff056ee8fbaf289ef634cf25e3abfb3c08fa2..991d71311b0ebaad156a03e03f9f4f2cce277d30 100644
(file)
--- a/
arch/microblaze/kernel/cpu/cpuinfo.c
+++ b/
arch/microblaze/kernel/cpu/cpuinfo.c
@@
-30,6
+30,7
@@
const struct cpu_ver_key cpu_ver_lookup[] = {
{"7.20.b", 0x0d},
{"7.20.c", 0x0e},
{"7.20.d", 0x0f},
+ {"7.30.a", 0x10},
{NULL, 0},
};