]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
microblaze: Add PVR for Microblaze v7.30.a
authorMichal Simek <monstr@monstr.eu>
Tue, 8 Dec 2009 16:54:07 +0000 (17:54 +0100)
committerMichal 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

index 852ff056ee8fbaf289ef634cf25e3abfb3c08fa2..991d71311b0ebaad156a03e03f9f4f2cce277d30 100644 (file)
@@ -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},
 };