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 ce1cfed731ea..234acad79b9e 100644 --- a/arch/microblaze/kernel/cpu/cpuinfo.c +++ b/arch/microblaze/kernel/cpu/cpuinfo.c | |||
@@ -40,6 +40,7 @@ const struct cpu_ver_key cpu_ver_lookup[] = { | |||
40 | {"8.30.a", 0x17}, | 40 | {"8.30.a", 0x17}, |
41 | {"8.40.a", 0x18}, | 41 | {"8.40.a", 0x18}, |
42 | {"8.40.b", 0x19}, | 42 | {"8.40.b", 0x19}, |
43 | {"8.50.a", 0x1a}, | ||
43 | {"9.0", 0x1b}, | 44 | {"9.0", 0x1b}, |
44 | {"9.1", 0x1d}, | 45 | {"9.1", 0x1d}, |
45 | {NULL, 0}, | 46 | {NULL, 0}, |