- Update to trunk
[reactos.git] / ntoskrnl / mm / ARM3 / largepag.c
index 01917b8..601542b 100644 (file)
@@ -31,6 +31,7 @@ BOOLEAN MiLargePageAllDrivers;
 
 VOID
 NTAPI
+INIT_FUNCTION
 MiInitializeLargePageSupport(VOID)
 {
 #if _MI_PAGING_LEVELS > 2
@@ -50,6 +51,7 @@ MiInitializeLargePageSupport(VOID)
 
 VOID
 NTAPI
+INIT_FUNCTION
 MiSyncCachedRanges(VOID)
 {
     ULONG i;
@@ -64,6 +66,7 @@ MiSyncCachedRanges(VOID)
 
 VOID
 NTAPI
+INIT_FUNCTION
 MiInitializeDriverLargePageList(VOID)
 {
     PWCHAR p, pp;