mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
- Move struct os_info from kdump.h to the new header os_info.h. - Place os_info.h to include/boot in order to use it in zgetdump code as well. - Replace hardcoded value of OS_INFO_CSUM_SIZE with a properly calculated one. - Rename os_info_check() of kdump.h to kdump_os_info_check(). Signed-off-by: Mikhail Zaslonko <zaslonko@linux.ibm.com> Reviewed-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>