Re: [PATCH v3 02/17] x86/efi: Drop redundant EFI_PARAVIRT check
Gregory Price <[email protected]>
| Newsgroups | org.kernel.vger.linux-efi,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <afCPEUv1KQmQJ4UM@gourry-fedora-PF4VCD3F> |
On Thu, Apr 23, 2026 at 05:20:27PM +0200, Ard Biesheuvel wrote: > From: Ard Biesheuvel <[email protected]> > > efi_memblock_x86_reserve_range() exits early if EFI_PARAVIRT is set, so > there is no point in checking it a second time further down. > > Signed-off-by: Ard Biesheuvel <[email protected]> Reviewed-by: Gregory Price <[email protected]>