aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/setup.c
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2018-04-13 14:04:24 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2018-04-16 09:10:24 +0200
commit451239eb3d397bd197a79cc3aab943da41ba0905 (patch)
tree2cd29c9b20f9230f8d1bdb3103fc826d21c7b85f /arch/s390/kernel/setup.c
parents390: remove couple of duplicate includes (diff)
downloadlinux-dev-451239eb3d397bd197a79cc3aab943da41ba0905.tar.xz
linux-dev-451239eb3d397bd197a79cc3aab943da41ba0905.zip
s390: add support for IBM z14 Model ZR1
Just add the new machine type number to the two places that matter. Cc: <stable@vger.kernel.org> # v4.14+ Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/setup.c')
-rw-r--r--arch/s390/kernel/setup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/kernel/setup.c b/arch/s390/kernel/setup.c
index fc3b4aa185cc..d82a9ec64ea9 100644
--- a/arch/s390/kernel/setup.c
+++ b/arch/s390/kernel/setup.c
@@ -821,6 +821,7 @@ static int __init setup_hwcaps(void)
strcpy(elf_platform, "z13");
break;
case 0x3906:
+ case 0x3907:
strcpy(elf_platform, "z14");
break;
}