aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/kernel')
-rw-r--r--arch/s390/kernel/setup.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/s390/kernel/setup.c b/arch/s390/kernel/setup.c
index e3ceb911dc75..6f6350826c81 100644
--- a/arch/s390/kernel/setup.c
+++ b/arch/s390/kernel/setup.c
@@ -761,6 +761,9 @@ static void __init setup_hwcaps(void)
761 case 0x2098: 761 case 0x2098:
762 strcpy(elf_platform, "z10"); 762 strcpy(elf_platform, "z10");
763 break; 763 break;
764 case 0x2817:
765 strcpy(elf_platform, "z196");
766 break;
764 } 767 }
765} 768}
766 769