Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1522649
| From | Michal Simek <michal.simek@xilinx.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/4] microblaze: Add missing release version code v9.6 and v10 |
| Date | 2016-11-15 14:00 +0100 |
| Message-ID | <sDLvb-52P-3@gated-at.bofh.it> (permalink) |
| References | <sDLvb-52P-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Add missing release version code for v9.6 and v10.0.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---
arch/microblaze/kernel/cpu/cpuinfo.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/microblaze/kernel/cpu/cpuinfo.c b/arch/microblaze/kernel/cpu/cpuinfo.c
index b70bb538f001..48a7d81487f3 100644
--- a/arch/microblaze/kernel/cpu/cpuinfo.c
+++ b/arch/microblaze/kernel/cpu/cpuinfo.c
@@ -49,6 +49,8 @@
{"9.3", 0x20},
{"9.4", 0x21},
{"9.5", 0x22},
+ {"9.6", 0x23},
+ {"10.0", 0x24},
{NULL, 0},
};
--
1.9.1
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 3/4] microblaze: Add missing release version code v9.6 and v10 Michal Simek <michal.simek@xilinx.com> - 2016-11-15 14:00 +0100
csiph-web