diff options
author | Michal Simek <monstr@monstr.eu> | 2011-02-09 13:23:34 (GMT) |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2011-03-09 07:09:55 (GMT) |
commit | a9dbe5eb1fcb4b70313cf9cb1b6c1d994ba703d6 (patch) | |
tree | 5178c22cca7e46805b1e61d7744cc82b53772db3 /arch/microblaze/kernel/cpu | |
parent | b9dc9e7781f1c3e85e0d1b8044021fa8974422b1 (diff) | |
download | linux-a9dbe5eb1fcb4b70313cf9cb1b6c1d994ba703d6.tar.xz |
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/cpu')
-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 2c309fc..c1640c5 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[] = { {"7.30.b", 0x11}, {"8.00.a", 0x12}, {"8.00.b", 0x13}, + {"8.10.a", 0x14}, {NULL, 0}, }; |