Re: [PATCH 2/2] arm64/efi: Don't pad between EFI_MEMORY_RUNTIME regions
From: H. Peter Anvin <hidden>
Date: 2015-09-30 00:56:45
Also in:
lkml, stable
From: H. Peter Anvin <hidden>
Date: 2015-09-30 00:56:45
Also in:
lkml, stable
On 09/29/2015 07:36 AM, Matt Fleming wrote:
That's a pretty good summary for x86. I think specifically the reason we map the EFI memmap entries "backwards" (entry N has higher VA than entry N+1) is because the code was easier to write that way, but you'll know better than me ;-)
There were two reasons: 1. The code was easier to write. 2. Windows did it that way. Windows apparently broke and was changed due to this feature, too. -hpa