Commit 3a81b171 authored by Heiko Carstens's avatar Heiko Carstens

[S390] Add support for IBM zEnterprise 114

Just fix up the Kconfig description and the elf platform.
Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
parent 34cd551a
...@@ -273,11 +273,11 @@ config MARCH_Z10 ...@@ -273,11 +273,11 @@ config MARCH_Z10
on older machines. on older machines.
config MARCH_Z196 config MARCH_Z196
bool "IBM zEnterprise 196" bool "IBM zEnterprise 114 and 196"
help help
Select this to enable optimizations for IBM zEnterprise 196 Select this to enable optimizations for IBM zEnterprise 114 and 196
(2817 series). The kernel will be slightly faster but will not work (2818 and 2817 series). The kernel will be slightly faster but will
on older machines. not work on older machines.
endchoice endchoice
......
...@@ -752,6 +752,7 @@ static void __init setup_hwcaps(void) ...@@ -752,6 +752,7 @@ static void __init setup_hwcaps(void)
strcpy(elf_platform, "z10"); strcpy(elf_platform, "z10");
break; break;
case 0x2817: case 0x2817:
case 0x2818:
strcpy(elf_platform, "z196"); strcpy(elf_platform, "z196");
break; break;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment