Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1522649 > unrolled thread

[PATCH 3/4] microblaze: Add missing release version code v9.6 and v10

Started byMichal Simek <michal.simek@xilinx.com>
First post2016-11-15 14:00 +0100
Last post2016-11-15 14:00 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [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

#1522649 — [PATCH 3/4] microblaze: Add missing release version code v9.6 and v10

FromMichal Simek <michal.simek@xilinx.com>
Date2016-11-15 14:00 +0100
Subject[PATCH 3/4] microblaze: Add missing release version code v9.6 and v10
Message-ID<sDLvb-52P-3@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web