mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
OvmfPkg: make legacy direct kernel loader code nx clean
kernel pages are code not data. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
6d2143f685
commit
18984b68fe
@ -168,7 +168,7 @@ LoadLinuxAllocateKernelPages (
|
||||
);
|
||||
Status = gBS->AllocatePages (
|
||||
AllocateAddress,
|
||||
EfiLoaderData,
|
||||
EfiLoaderCode,
|
||||
Pages,
|
||||
&KernelAddress
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user