pc-bios/s390x: Initialize machine loadparm before probing IPL devices
authorJared Rossi <jrossi@linux.ibm.com>
Thu, 14 Nov 2024 16:19:52 +0000 (11:19 -0500)
committerThomas Huth <thuth@redhat.com>
Mon, 18 Nov 2024 16:14:35 +0000 (17:14 +0100)
commit1056ca1e70dc6e0458238141bcebfb7810cede6d
tree218781550aed4971b4584e5cbdaf2ddd330d96b5
parent8c797468116d19940fb758efa749eae414616e3a
pc-bios/s390x: Initialize machine loadparm before probing IPL devices

Commit bb185de423 ("s390x: Add individual loadparm assignment to
CCW device") allowed boot devices to be assigned a loadparm value independent
of the machine value, however, when no boot devices are defined, the machine
loadparm becomes ignored. Therefore, let's check the machine loadparm
prior to probing the devices.

Signed-off-by: Jared Rossi <jrossi@linux.ibm.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20241114161952.3508554-1-jrossi@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
pc-bios/s390-ccw/main.c