Skip to content

Commit

Permalink
UefiCpuPkg: Update EFI_MEMORY_CACHETYPE_MASK definition
Browse files Browse the repository at this point in the history
Add EFI_MEMORY_WP attribute to
EFI_MEMORY_CACHETYPE_MASK definition.

Signed-off-by: Oleksiy Yakovlev <[email protected]>
Message-Id: <[email protected]>
Reviewed-by: Laszlo Ersek <[email protected]>
Acked-by: Eric Dong <[email protected]>
Tested-by: Laszlo Ersek <[email protected]>
  • Loading branch information
Oleksiyy authored and mergify[bot] committed Jul 15, 2020
1 parent 3bd5c99 commit c2e38a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion UefiCpuPkg/CpuDxe/CpuDxe.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
EFI_MEMORY_WC | \
EFI_MEMORY_WT | \
EFI_MEMORY_WB | \
EFI_MEMORY_UCE \
EFI_MEMORY_UCE | \
EFI_MEMORY_WP \
)

#define EFI_MEMORY_PAGETYPE_MASK (EFI_MEMORY_RP | \
Expand Down

0 comments on commit c2e38a5

Please sign in to comment.