mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Use the `tpi_info` struct definition, similar to the Linux kernel, in the lowcore struct. This change allows us to use simple assignments instead of using casts. Additionally, there is the advantage that the lowcore definition from the s390-tools now looks more similar to the lowcore definition used by the Linux kernel. Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> Reviewed-by: Steffen Eiden <seiden@linux.ibm.com> Reviewed-by: Stefan Haberland <sth@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>