1. Sync LinkedList.c with MWG
2. Fix one bug in Ipf/InterlockedCompareExchange64.s 3. Fix one bug in AsmDisablePaging64() git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@786 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -34,9 +34,6 @@ IsNodeInList (
|
||||
ASSERT (Node != NULL);
|
||||
|
||||
Count = PcdGet32 (PcdMaximumLinkedListLength);
|
||||
if (Count != 0) {
|
||||
Count++;
|
||||
}
|
||||
|
||||
Ptr = List;
|
||||
do {
|
||||
|
Reference in New Issue
Block a user