[REACTOS] Cleanup INIT and some PAGE section allocations
[reactos.git] / ntoskrnl / ex / mutant.c
index c69d026..de3b1d9 100644 (file)
 #define NDEBUG
 #include <debug.h>
 
-#if defined (ALLOC_PRAGMA)
-#pragma alloc_text(INIT, ExpInitializeMutantImplementation)
-#endif
-
 /* DATA **********************************************************************/
 
 POBJECT_TYPE ExMutantObjectType = NULL;
@@ -50,7 +46,7 @@ ExpDeleteMutant(PVOID ObjectBody)
                     FALSE);
 }
 
-INIT_FUNCTION
+CODE_SEG("INIT")
 BOOLEAN
 NTAPI
 ExpInitializeMutantImplementation(VOID)