diff options
author | Michal Simek <monstr@monstr.eu> | 2011-02-09 08:23:34 -0500 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2011-03-09 02:09:55 -0500 |
commit | a9dbe5eb1fcb4b70313cf9cb1b6c1d994ba703d6 (patch) | |
tree | 5178c22cca7e46805b1e61d7744cc82b53772db3 /arch/microblaze/kernel | |
parent | b9dc9e7781f1c3e85e0d1b8044021fa8974422b1 (diff) |
microblaze: Add PVR for Microblaze v8.10.a
Microblaze v8.10.a has 0x14 version string.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/kernel')
-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 2c309fccf230..c1640c52711f 100644 --- a/arch/microblaze/kernel/cpu/cpuinfo.c +++ b/arch/microblaze/kernel/cpu/cpuinfo.c | |||
@@ -33,6 +33,7 @@ const struct cpu_ver_key cpu_ver_lookup[] = { | |||
33 | {"7.30.b", 0x11}, | 33 | {"7.30.b", 0x11}, |
34 | {"8.00.a", 0x12}, | 34 | {"8.00.a", 0x12}, |
35 | {"8.00.b", 0x13}, | 35 | {"8.00.b", 0x13}, |
36 | {"8.10.a", 0x14}, | ||
36 | {NULL, 0}, | 37 | {NULL, 0}, |
37 | }; | 38 | }; |
38 | 39 | ||