From 21de913a5e8d0f26593e2f9530447ad489c92d0a Mon Sep 17 00:00:00 2001 From: Thomas Richter Date: Mon, 16 Sep 2019 16:11:41 +0200 Subject: [PATCH] cpumf/bin/cpumf_helper.in: Add IBM z15 machine name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add IBM z15 as official machine name to lscpumf command output. Signed-off-by: Thomas Richter Reviewed-by: Heiko Carstens Signed-off-by: Jan Höppner --- cpumf/bin/cpumf_helper.in | 1 + 1 file changed, 1 insertion(+) diff --git a/cpumf/bin/cpumf_helper.in b/cpumf/bin/cpumf_helper.in index 3356e384..73d5535e 100755 --- a/cpumf/bin/cpumf_helper.in +++ b/cpumf/bin/cpumf_helper.in @@ -213,6 +213,7 @@ my $system_z_hwtype_map = { 2965 => 'IBM z13s', 3906 => 'IBM z14', 3907 => 'IBM z14 ZR1', + 8561 => 'IBM z15', }; sub get_hardware_type()