commit | e6d832ea9ac63316ee72df5e9f21698cfd486698 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ardb@kernel.org> | Mon Feb 10 17:02:30 2020 +0100 |
committer | Ard Biesheuvel <ardb@kernel.org> | Sat Feb 22 23:37:37 2020 +0100 |
tree | 34c5ea2a05ac33aef808765a84f4e3b1748675dd | |
parent | 3b9274ea1c0279b369212ccd440c9d61efdfa562 [diff] |
efi/libstub/x86: Remove pointless zeroing of apm_bios_info We have some code in the EFI stub entry point that takes the address of the apm_bios_info struct in the newly allocated and zeroed out boot_params structure, only to zero it out again. This is pointless so remove it. Signed-off-by: Ard Biesheuvel <ardb@kernel.org>