diff options
author | Michal Simek <monstr@monstr.eu> | 2009-10-15 07:34:31 -0400 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-12-14 02:44:57 -0500 |
commit | 6cec713b1629228527fb8f813003522817f55da1 (patch) | |
tree | 147ae2ed3dd30db0f36051bdbffc9f3abc862d49 /arch/microblaze | |
parent | 67bf87665466c4ea93e2c54d66dfd4cdac011a4b (diff) |
microblaze: Detect new 7.20.d version
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze')
-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 3539babc1c18..a9aa5cf11c39 100644 --- a/arch/microblaze/kernel/cpu/cpuinfo.c +++ b/arch/microblaze/kernel/cpu/cpuinfo.c | |||
@@ -29,6 +29,7 @@ const struct cpu_ver_key cpu_ver_lookup[] = { | |||
29 | {"7.20.a", 0x0c}, | 29 | {"7.20.a", 0x0c}, |
30 | {"7.20.b", 0x0d}, | 30 | {"7.20.b", 0x0d}, |
31 | {"7.20.c", 0x0e}, | 31 | {"7.20.c", 0x0e}, |
32 | {"7.20.d", 0x0f}, | ||
32 | /* FIXME There is no keycode defined in MBV for these versions */ | 33 | /* FIXME There is no keycode defined in MBV for these versions */ |
33 | {"2.10.a", 0x10}, | 34 | {"2.10.a", 0x10}, |
34 | {"3.00.a", 0x20}, | 35 | {"3.00.a", 0x20}, |