diff options
author | Michal Simek <michal.simek@xilinx.com> | 2013-09-03 06:35:36 -0400 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2013-09-03 10:31:16 -0400 |
commit | dcd454af221920990cef8000ef1830c94ef846f9 (patch) | |
tree | 422e45cfd4c052f5a2bf69f8bc8ee79a33d143e8 | |
parent | 5955563ae2ff85e6ae30a2dc8c3ba071edeee957 (diff) |
microblaze: Add PVR version string for MB v9.0 and v9.1
Extend PVR reg decoding.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r-- | arch/microblaze/kernel/cpu/cpuinfo.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/microblaze/kernel/cpu/cpuinfo.c b/arch/microblaze/kernel/cpu/cpuinfo.c index 410398f6db55..c9203b1007aa 100644 --- a/arch/microblaze/kernel/cpu/cpuinfo.c +++ b/arch/microblaze/kernel/cpu/cpuinfo.c | |||
@@ -39,6 +39,8 @@ const struct cpu_ver_key cpu_ver_lookup[] = { | |||
39 | {"8.30.a", 0x17}, | 39 | {"8.30.a", 0x17}, |
40 | {"8.40.a", 0x18}, | 40 | {"8.40.a", 0x18}, |
41 | {"8.40.b", 0x19}, | 41 | {"8.40.b", 0x19}, |
42 | {"9.0", 0x1b}, | ||
43 | {"9.1", 0x1d}, | ||
42 | {NULL, 0}, | 44 | {NULL, 0}, |
43 | }; | 45 | }; |
44 | 46 | ||