aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2009-12-08 11:51:06 -0500
committerMichal Simek <monstr@monstr.eu>2009-12-14 02:45:09 -0500
commit81ab0dfd9444eabdfd64fb007b0f81cde6b153da (patch)
treeff33d03caa437db156fc9b2cfeba75953ed2e009 /arch
parent5de23446300a4b2170efd048ae2ec65022650650 (diff)
microblaze: Remove ancient and fake microblaze version from cpu_ver table
We need to continue with next microblaze PVR version that's why I have to remove that ancient version. These version strings not match any versions. From Microblaze v5.00.a is possible to use this style. I believe that none use ancients versions. If yes they will be just labeled as unknown version. Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch')
-rw-r--r--arch/microblaze/kernel/cpu/cpuinfo.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/microblaze/kernel/cpu/cpuinfo.c b/arch/microblaze/kernel/cpu/cpuinfo.c
index a9aa5cf11c39..852ff056ee8f 100644
--- a/arch/microblaze/kernel/cpu/cpuinfo.c
+++ b/arch/microblaze/kernel/cpu/cpuinfo.c
@@ -30,11 +30,6 @@ const struct cpu_ver_key cpu_ver_lookup[] = {
30 {"7.20.b", 0x0d}, 30 {"7.20.b", 0x0d},
31 {"7.20.c", 0x0e}, 31 {"7.20.c", 0x0e},
32 {"7.20.d", 0x0f}, 32 {"7.20.d", 0x0f},
33 /* FIXME There is no keycode defined in MBV for these versions */
34 {"2.10.a", 0x10},
35 {"3.00.a", 0x20},
36 {"4.00.a", 0x30},
37 {"4.00.b", 0x40},
38 {NULL, 0}, 33 {NULL, 0},
39}; 34};
40 35