mirror of https://github.com/acidanthera/audk.git
Remove Debug message output from UpdateMailboxContent(), it may cause Mailbox locker nested issue.
Signed-off-by: Jeff Fan <jeff.fan@intel.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15025 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5a0c0e1595
commit
96c83393f0
|
@ -374,7 +374,6 @@ UpdateMailboxContent (
|
|||
Mailbox->SequenceNo = (UINT8) Value;
|
||||
break;
|
||||
case DEBUG_MAILBOX_HOST_SEQUENCE_NO_INDEX:
|
||||
DebugAgentMsgPrint (DEBUG_AGENT_INFO, "Update HostSequenceNo to %x\n", Value);
|
||||
Mailbox->ToBeCheckSum = Mailbox->CheckSum + CalculateSum8 ((UINT8 *)&Mailbox->HostSequenceNo, sizeof(UINT8))
|
||||
- CalculateSum8 ((UINT8 *)&Value, sizeof(UINT8));
|
||||
Mailbox->HostSequenceNo = (UINT8) Value;
|
||||
|
|
Loading…
Reference in New Issue