From 3b402a0630d897c6ffb459b57ac8b472d8c5c37c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Wed, 3 Jun 2020 14:02:53 +0200 Subject: [PATCH] lscpumf: add z15 Model T02 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://github.com/ibm-s390-tools/s390-tools/pull/87 Signed-off-by: Dan Horák Reviewed-by: Thomas Richter Signed-off-by: Jan Höppner --- cpumf/lscpumf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cpumf/lscpumf.c b/cpumf/lscpumf.c index 88146c7f..64ed581b 100644 --- a/cpumf/lscpumf.c +++ b/cpumf/lscpumf.c @@ -2572,6 +2572,7 @@ static const char *machine_name(void) case 3906: return "IBM z14"; case 3907: return "IBM z14 ZR1"; case 8561: return "IBM z15"; + case 8562: return "IBM z15 Model T02"; } return "Unknown hardware model"; }