]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use simple malloc/free instead of dropping down to the UEFI
authorimp <imp@FreeBSD.org>
Thu, 6 Jun 2019 21:04:37 +0000 (21:04 +0000)
committerimp <imp@FreeBSD.org>
Thu, 6 Jun 2019 21:04:37 +0000 (21:04 +0000)
commit3373dfc887806b741bc0b05d2852c1e47f870443
treef59619844fb1733dfd7e285d035e9322203b7276
parentb6c73644343766d9c470a03a185812c5538f0aa5
Use simple malloc/free instead of dropping down to the UEFI
BootServices AllocatePool/FreePool calls. They are simpler to use and
result in the same thing happening.

Reviewed by: tsoome@
Differential Revision: https://reviews.freebsd.org/D20540
stand/efi/boot1/ufs_module.c
stand/efi/boot1/zfs_module.c