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:
committed by
Git OBS Bridge
parent
efbf0ee8b4
commit
9b20ffa361
1
cputype
1
cputype
@@ -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
|
||||
|
Reference in New Issue
Block a user