From: Michal Simek Date: Tue, 15 Nov 2016 11:22:32 +0000 (+0100) Subject: microblaze: Add missing release version code v9.6 and v10 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8ee80500ad784f93089b6c7d8669de929c0134cb;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git microblaze: Add missing release version code v9.6 and v10 Add missing release version code for v9.6 and v10.0. Signed-off-by: Michal Simek --- 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 @@ const struct cpu_ver_key cpu_ver_lookup[] = { {"9.3", 0x20}, {"9.4", 0x21}, {"9.5", 0x22}, + {"9.6", 0x23}, + {"10.0", 0x24}, {NULL, 0}, };