mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
s390-tools/libutil: Add machine type 3932
Add support for machine type 3932. Print identical product name for machine types 8561 and 8562. Signed-off-by: Thomas Richter <tmricht@linux.ibm.com> Suggested-by: Christian Borntraeger <borntraeger@linux.ibm.com> Acked-by: Christian Borntraeger <borntraeger@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
This commit is contained in:
committed by
Steffen Eiden
parent
47b0960cc7
commit
ef1799f31f
+3
-2
@@ -90,10 +90,10 @@ const char *util_arch_machine_type_to_str(int type)
|
||||
case UTIL_ARCH_MACHINE_TYPE_Z14_ZR1:
|
||||
return "IBM z14 ZR1";
|
||||
case UTIL_ARCH_MACHINE_TYPE_Z15:
|
||||
return "IBM z15";
|
||||
case UTIL_ARCH_MACHINE_TYPE_Z15_T02:
|
||||
return "IBM z15 Model T02";
|
||||
return "IBM z15";
|
||||
case UTIL_ARCH_MACHINE_TYPE_Z16:
|
||||
case UTIL_ARCH_MACHINE_TYPE_Z16_A02:
|
||||
return "IBM z16";
|
||||
default:
|
||||
return "Unknown machine type";
|
||||
@@ -111,6 +111,7 @@ unsigned long util_arch_hsa_maxsize(void)
|
||||
case UTIL_ARCH_MACHINE_TYPE_Z15:
|
||||
case UTIL_ARCH_MACHINE_TYPE_Z15_T02:
|
||||
case UTIL_ARCH_MACHINE_TYPE_Z16:
|
||||
case UTIL_ARCH_MACHINE_TYPE_Z16_A02:
|
||||
return HSA_SIZE_512M;
|
||||
default:
|
||||
return HSA_SIZE_32M;
|
||||
|
||||
Reference in New Issue
Block a user