commit | c462ae43cda9974173b8a7270aa53bcb004e768a | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Feb 21 10:16:58 2021 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Feb 26 16:17:43 2021 +0100 |
tree | a6e1ae5e717a295b6f8f88b77d4881955a5cf635 | |
parent | b04a15f553828a2be58642de719c7da23004d8d5 [diff] |
efi_loader: ACPI tables must be in EfiACPIReclaimMemory The UEFI spec does not allow ACPI tables to be in runtime services memory. It recommends EfiACPIReclaimMemory. Remove a superfluous check that the allocated pages are 16 byte aligned. EFI pages are 4 KiB aligned. Fixes: 86df34d42b05 ("efi_loader: Install ACPI configuration tables") Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>