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:
parent
efbf0ee8b4
commit
9b20ffa361
1
cputype
1
cputype
@ -62,6 +62,7 @@ case "${machine}" in
|
|||||||
3907) echo "${machine} = z14 ZR1 IBM z14 ZR1" ;;
|
3907) echo "${machine} = z14 ZR1 IBM z14 ZR1" ;;
|
||||||
8561) echo "${machine} = z15 T01 IBM z15 T01" ;;
|
8561) echo "${machine} = z15 T01 IBM z15 T01" ;;
|
||||||
8562) echo "${machine} = z15 T02 IBM z15 T02" ;;
|
8562) echo "${machine} = z15 T02 IBM z15 T02" ;;
|
||||||
|
3931) echo "${machine} = z16 IBM z16" ;;
|
||||||
*) echo "An unknown machine type was reported: ${machine}" >&2
|
*) echo "An unknown machine type was reported: ${machine}" >&2
|
||||||
echo "Please file a bug report with this output:" >&2
|
echo "Please file a bug report with this output:" >&2
|
||||||
/bin/cat /proc/cpuinfo >&2
|
/bin/cat /proc/cpuinfo >&2
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 14 13:57:12 UTC 2022 - Mark Post <mpost@suse.com>
|
||||||
|
|
||||||
|
- Updated the cputype script to include the model number of IBM's
|
||||||
|
recently announced z16 processor.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 11 21:11:48 UTC 2022 - Mark Post <mpost@suse.com>
|
Mon Apr 11 21:11:48 UTC 2022 - Mark Post <mpost@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package s390-tools
|
# spec file for package s390-tools
|
||||||
#
|
#
|
||||||
# Copyright (c) 2001-2022 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
Loading…
Reference in New Issue
Block a user