Re: [kvm-unit-tests PATCH v2 1/1] s390x: sclp: consider monoprocessor on read_info error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On 5/24/23 10:33, Nico Boehr wrote:
Quoting Pierre Morel (2023-04-27 09:54:50)
[...]
diff --git a/lib/s390x/sclp.c b/lib/s390x/sclp.c
index 390fde7..07523dc 100644
--- a/lib/s390x/sclp.c
+++ b/lib/s390x/sclp.c
@@ -119,8 +119,9 @@ void sclp_read_info(void)
int sclp_get_cpu_num(void)
  {
-       assert(read_info);
-       return read_info->entries_cpu;
+    if (read_info)
+           return read_info->entries_cpu;
+    return 1;
tab/spaces are mixed up here, please fix that.
/o\ yes



[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux