Drop EFI_STAGING_SIZE back down to 64M

vmware can't cope with anything larger than 64MB. Drop this back to
64MB everywhere but arm.

PR: 251866
MFC After: 1 week
This commit is contained in:
Warner Losh 2020-12-17 17:02:09 +00:00
parent ea57b2d7a8
commit 4d6047edb6

View File

@ -174,9 +174,7 @@ efi_verify_staging_size(unsigned long *nr_pages)
#endif /* __i386__ || __amd64__ */
#ifndef EFI_STAGING_SIZE
#if defined(__amd64__)
#define EFI_STAGING_SIZE 100
#elif defined(__arm__)
#if defined(__arm__)
#define EFI_STAGING_SIZE 32
#else
#define EFI_STAGING_SIZE 64