]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c
MdeModulePkg PeiCore: Remove the using of PcdPeiCoreMaxPpiSupported
[mirror_edk2.git] / MdeModulePkg / Core / Pei / Dispatcher / Dispatcher.c
index 9692e2f6bf51f7efa6ae3d2a689e0626e8fc43e5..68670f43e0b3f97a0e6e7c2ae1152e1e3f882a16 100644 (file)
@@ -1036,7 +1036,7 @@ PeiDispatcher (
           // Process the Notify list and dispatch any notifies for\r
           // newly installed PPIs.\r
           //\r
-          ProcessNotifyList (Private);\r
+          ProcessDispatchNotifyList (Private);\r
         }\r
       }\r
     }\r
@@ -1183,10 +1183,10 @@ PeiDispatcher (
             // Process the Notify list and dispatch any notifies for\r
             // newly installed PPIs.\r
             //\r
-            ProcessNotifyList (Private);\r
+            ProcessDispatchNotifyList (Private);\r
 \r
             //\r
-            // Recheck SwitchStackSignal after ProcessNotifyList()\r
+            // Recheck SwitchStackSignal after ProcessDispatchNotifyList()\r
             // in case PeiInstallPeiMemory() is done in a callback with\r
             // EFI_PEI_PPI_DESCRIPTOR_NOTIFY_DISPATCH.\r
             //\r
@@ -1227,7 +1227,7 @@ PeiDispatcher (
               // Process the Notify list and dispatch any notifies for\r
               // newly installed PPIs.\r
               //\r
-              ProcessNotifyList (Private);\r
+              ProcessDispatchNotifyList (Private);\r
             }\r
           }\r
         }\r