mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 05:34:31 +02:00
UefiCpuPkg/MpInitLib: Fixed offset error on Cr3Location
Cr3Location offset value should be 0x34 not 0x3C. Cc: Feng Tian <feng.tian@intel.com> Cc: Hao Wu <hao.a.wu@intel.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <jeff.fan@intel.com> Reviewed-by: Feng Tian <feng.tian@intel.com>
This commit is contained in:
parent
e242cdfb30
commit
d67cbc6604
@ -37,5 +37,5 @@ NumApsExecutingLocation equ LockLocation + 24h
|
|||||||
CodeSegmentLocation equ LockLocation + 28h
|
CodeSegmentLocation equ LockLocation + 28h
|
||||||
DataSegmentLocation equ LockLocation + 2Ch
|
DataSegmentLocation equ LockLocation + 2Ch
|
||||||
EnableExecuteDisableLocation equ LockLocation + 30h
|
EnableExecuteDisableLocation equ LockLocation + 30h
|
||||||
Cr3Location equ LockLocation + 3Ch
|
Cr3Location equ LockLocation + 34h
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user