mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-21 05:02:24 +00:00
Revert "VMX: change PAT register default value"
This reverts commit 3a3aeac09f
.
MTRR has been emulated in hypervisor, then don't need this workaround
patch.
Signed-off-by: Fei Jiang <fei.jiang@intel.com>
Reviewed-by: Zhao Yakui <yakui.zhao@intel.com>
This commit is contained in:
parent
8202ba0a70
commit
b2b49a64a9
@ -12,7 +12,7 @@ extern struct efi_ctx* efi_ctx;
|
||||
|
||||
#define PAT_POWER_ON_VALUE (PAT_MEM_TYPE_WB + \
|
||||
((uint64_t)PAT_MEM_TYPE_WT << 8) + \
|
||||
((uint64_t)PAT_MEM_TYPE_WC << 16) + \
|
||||
((uint64_t)PAT_MEM_TYPE_UCM << 16) + \
|
||||
((uint64_t)PAT_MEM_TYPE_UC << 24) + \
|
||||
((uint64_t)PAT_MEM_TYPE_WB << 32) + \
|
||||
((uint64_t)PAT_MEM_TYPE_WT << 40) + \
|
||||
|
Loading…
Reference in New Issue
Block a user