diff options
-rw-r--r-- | arch/microblaze/kernel/cpu/cpuinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/kernel/cpu/cpuinfo.c b/arch/microblaze/kernel/cpu/cpuinfo.c index 852ff056ee8f..991d71311b0e 100644 --- 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[] = { | |||
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 | {"7.30.a", 0x10}, | ||
33 | {NULL, 0}, | 34 | {NULL, 0}, |
34 | }; | 35 | }; |
35 | 36 | ||