Skip to content

Commit 371e51d

Browse files
zhihaoli1064lgao4
authored andcommitted
MdePkg: Remove "assert" from SmmCpuRendevousLibNull.c
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3931 Some drivers will break down when they use SmmWaitForAllProcessor() which from SmmCpuRendezvousLibNull.c. Removing the code "ASSERT(False)" will make consumer work normally if they keep default setting for sync mode. Cc: Michael D Kinney <[email protected]> Cc: Liming Gao <[email protected]> Signed-off-by: Zhihao Li <[email protected]> Reviewed-by: Liming Gao <[email protected]>
1 parent f0b97e1 commit 371e51d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

MdePkg/Library/SmmCpuRendezvousLibNull/SmmCpuRendezvousLibNull.c

-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,5 @@ SmmWaitForAllProcessor (
2424
IN BOOLEAN BlockingMode
2525
)
2626
{
27-
ASSERT (FALSE);
2827
return EFI_SUCCESS;
2928
}

0 commit comments

Comments
 (0)