diff options
author | Michal Simek <monstr@monstr.eu> | 2009-10-15 13:34:31 +0200 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-12-14 08:44:57 +0100 |
commit | 6cec713b1629228527fb8f813003522817f55da1 (patch) | |
tree | 147ae2ed3dd30db0f36051bdbffc9f3abc862d49 /arch/microblaze/kernel/cpu | |
parent | 67bf87665466c4ea93e2c54d66dfd4cdac011a4b (diff) | |
download | kernel_samsung_espresso10-6cec713b1629228527fb8f813003522817f55da1.zip kernel_samsung_espresso10-6cec713b1629228527fb8f813003522817f55da1.tar.gz kernel_samsung_espresso10-6cec713b1629228527fb8f813003522817f55da1.tar.bz2 |
microblaze: Detect new 7.20.d version
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 3539bab..a9aa5cf 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[] = { {"7.20.a", 0x0c}, {"7.20.b", 0x0d}, {"7.20.c", 0x0e}, + {"7.20.d", 0x0f}, /* FIXME There is no keycode defined in MBV for these versions */ {"2.10.a", 0x10}, {"3.00.a", 0x20}, |