diff options
| -rw-r--r-- | arch/microblaze/kernel/cpu/cpuinfo.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/microblaze/kernel/cpu/cpuinfo.c b/arch/microblaze/kernel/cpu/cpuinfo.c index 234acad79b9e..b60442dcdedc 100644 --- a/arch/microblaze/kernel/cpu/cpuinfo.c +++ b/arch/microblaze/kernel/cpu/cpuinfo.c | |||
| @@ -41,8 +41,12 @@ const struct cpu_ver_key cpu_ver_lookup[] = { | |||
| 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 | {"8.50.a", 0x1a}, |
| 44 | {"8.50.b", 0x1c}, | ||
| 45 | {"8.50.c", 0x1e}, | ||
| 44 | {"9.0", 0x1b}, | 46 | {"9.0", 0x1b}, |
| 45 | {"9.1", 0x1d}, | 47 | {"9.1", 0x1d}, |
| 48 | {"9.2", 0x1f}, | ||
| 49 | {"9.3", 0x20}, | ||
| 46 | {NULL, 0}, | 50 | {NULL, 0}, |
| 47 | }; | 51 | }; |
| 48 | 52 | ||
