[ros-diffs] [akorotaev] 31732: Add forgotten MmInitSectionImplementation2 call to init phase

akorotaev at svn.reactos.org akorotaev at svn.reactos.org
Sat Jan 12 13:45:56 CET 2008


Author: akorotaev
Date: Sat Jan 12 15:45:55 2008
New Revision: 31732

URL: http://svn.reactos.org/svn/reactos?rev=31732&view=rev
Log:
Add forgotten MmInitSectionImplementation2 call to init phase

Modified:
    branches/cache_manager_rewrite/mm/mminit.c

Modified: branches/cache_manager_rewrite/mm/mminit.c
URL: http://svn.reactos.org/svn/reactos/branches/cache_manager_rewrite/mm/mminit.c?rev=31732&r1=31731&r2=31732&view=diff
==============================================================================
--- branches/cache_manager_rewrite/mm/mminit.c (original)
+++ branches/cache_manager_rewrite/mm/mminit.c Sat Jan 12 15:45:55 2008
@@ -425,6 +425,9 @@
 BOOLEAN RmapReady, PageOpReady, SectionsReady, PagingReady;
 extern KMUTANT MmSystemLoadLock;
 
+VOID 
+MmInitSectionImplementation2(VOID);
+
 BOOLEAN
 NTAPI
 MmInitSystem(IN ULONG Phase,
@@ -488,6 +491,7 @@
         MmInitBsmThread();
 
         /* FIXME: Read parameters from memory */
+        MmInitSectionImplementation2();
     }
 
     return TRUE;




More information about the Ros-diffs mailing list