+ntoskrnl/ex/lookas.c init: ExpInitLookasideLists()
authorshort <>
Sat, 23 Nov 2002 16:23:42 +0000 (16:23 +0000)
committershort <>
Sat, 23 Nov 2002 16:23:42 +0000 (16:23 +0000)
src/libcaptive/client/init.c

index 28f04ed..064882c 100644 (file)
@@ -39,6 +39,7 @@
 #include "captive/signal.h"    /* for captive_signal_init() */
 #include "reactos/ddk/psfuncs.h"       /* for PsGetCurrentThread() */
 #include <stdio.h>
+#include "reactos/internal/ex.h"       /* for ExpInitLookasideLists() */
 
 
 /* Are we initialized? */
@@ -111,6 +112,10 @@ char QueryDirectory_buf[0x10000];
                        /* Part of reactos/ntoskrnl/ps/psmgr.c/PiInitProcessManager() ends. */
                /*...*/
                IoInit();
+               /* Exinit(); */
+                       /* Part of reactos/ntoskrnl/ex/init.c/Exinit() begins. */
+                       ExpInitLookasideLists();
+                       /* Part of reactos/ntoskrnl/ex/init.c/Exinit() ends. */
                /*...*/
                /* LdrInitModuleManagement(); */
                        /* Part of reactos/ntoskrnl/ldr/loader.c/LdrInitModuleManagement() begins