microblaze: Detect new Microblaze 7.20 versions
authorMichal Simek <monstr@monstr.eu>
Tue, 21 Jul 2009 10:47:04 +0000 (12:47 +0200)
committerMichal 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

index a10bea1..c411c67 100644 (file)
@@ -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},