Skip to content
Commit e6d832ea authored by Ard Biesheuvel's avatar Ard Biesheuvel
Browse files

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: default avatarArd Biesheuvel <ardb@kernel.org>
parent 3b9274ea
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment