SHA256
1
0
forked from pool/s390-tools

- Updated the cputype script to include the model number of IBM's

recently announced z16 processor.

OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=132
This commit is contained in:
Mark Post
2022-04-14 13:58:10 +00:00
committed by Git OBS Bridge
parent efbf0ee8b4
commit 9b20ffa361
3 changed files with 8 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ case "${machine}" in
3907) echo "${machine} = z14 ZR1 IBM z14 ZR1" ;;
8561) echo "${machine} = z15 T01 IBM z15 T01" ;;
8562) echo "${machine} = z15 T02 IBM z15 T02" ;;
3931) echo "${machine} = z16 IBM z16" ;;
*) echo "An unknown machine type was reported: ${machine}" >&2
echo "Please file a bug report with this output:" >&2
/bin/cat /proc/cpuinfo >&2