[REACTOS] Cleanup INIT and some PAGE section allocations
[reactos.git] / ntoskrnl / po / power.c
index c1b8223..9490da8 100644 (file)
@@ -384,7 +384,7 @@ PopSetSystemPowerState(SYSTEM_POWER_STATE PowerState, POWER_ACTION PowerAction)
     return Status;
 }
 
-INIT_FUNCTION
+CODE_SEG("INIT")
 BOOLEAN
 NTAPI
 PoInitSystem(IN ULONG BootPhase)
@@ -484,7 +484,7 @@ PopIdle0(IN PPROCESSOR_POWER_STATE PowerState)
     HalProcessorIdle();
 }
 
-INIT_FUNCTION
+CODE_SEG("INIT")
 VOID
 NTAPI
 PoInitializePrcb(IN PKPRCB Prcb)