Skip to content

Commit e181207

Browse files
author
Mikhail Krichanov
committed
UefiCpuPkg: Fixed np1001i COREBOOT.
1 parent 34fe2b4 commit e181207

File tree

1 file changed

+1
-1
lines changed
  • UefiCpuPkg/Library/MpInitLib

1 file changed

+1
-1
lines changed

UefiCpuPkg/Library/MpInitLib/MpLib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,7 @@ RestoreWakeupBuffer (
11371137
CopyMem (
11381138
(VOID *)CpuMpData->WakeupBuffer,
11391139
(VOID *)CpuMpData->BackupBuffer,
1140-
CpuMpData->BackupBufferSize
1140+
CpuMpData->AddressMap.ModeTransitionOffset
11411141
);
11421142
}
11431143

0 commit comments

Comments
 (0)