efi_loader: efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, ...)
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 3 Oct 2018 18:02:29 +0000 (20:02 +0200)
committerAlexander Graf <agraf@suse.de>
Tue, 16 Oct 2018 14:16:49 +0000 (16:16 +0200)
commiteee6530ed1a8174d0f60e4c3c86bea3274c95951
tree191c8fbecca4eda6b107f09793251bc1ec82c5ad
parent1e1e1c27c5b46acfdc8927002baa7d4cb9a888db
efi_loader: efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, ...)

The first parameter of efi_allocate_pool is a memory type. It cannot be
EFI_ALLOCATE_ANY_PAGES. Use EFI_BOOT_SERVICES_DATA instead.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_boottime.c