Loading arch/s390/Kconfig +4 −4 Original line number Diff line number Diff line Loading @@ -273,11 +273,11 @@ config MARCH_Z10 on older machines. config MARCH_Z196 bool "IBM zEnterprise 196" bool "IBM zEnterprise 114 and 196" help Select this to enable optimizations for IBM zEnterprise 196 (2817 series). The kernel will be slightly faster but will not work on older machines. Select this to enable optimizations for IBM zEnterprise 114 and 196 (2818 and 2817 series). The kernel will be slightly faster but will not work on older machines. endchoice Loading arch/s390/kernel/setup.c +1 −0 Original line number Diff line number Diff line Loading @@ -752,6 +752,7 @@ static void __init setup_hwcaps(void) strcpy(elf_platform, "z10"); break; case 0x2817: case 0x2818: strcpy(elf_platform, "z196"); break; } Loading Loading
arch/s390/Kconfig +4 −4 Original line number Diff line number Diff line Loading @@ -273,11 +273,11 @@ config MARCH_Z10 on older machines. config MARCH_Z196 bool "IBM zEnterprise 196" bool "IBM zEnterprise 114 and 196" help Select this to enable optimizations for IBM zEnterprise 196 (2817 series). The kernel will be slightly faster but will not work on older machines. Select this to enable optimizations for IBM zEnterprise 114 and 196 (2818 and 2817 series). The kernel will be slightly faster but will not work on older machines. endchoice Loading
arch/s390/kernel/setup.c +1 −0 Original line number Diff line number Diff line Loading @@ -752,6 +752,7 @@ static void __init setup_hwcaps(void) strcpy(elf_platform, "z10"); break; case 0x2817: case 0x2818: strcpy(elf_platform, "z196"); break; } Loading