Sync trunk head (r41026)
[reactos.git] / reactos / ntoskrnl / mm / i386 / page.c
index 65ac6a1..59a89d5 100644 (file)
@@ -164,7 +164,7 @@ Mmi386ReleaseMmInfo(PEPROCESS Process)
 NTSTATUS
 NTAPI
 MmInitializeHandBuiltProcess(IN PEPROCESS Process,
-                             IN PULONG DirectoryTableBase)
+                             IN PULONG_PTR DirectoryTableBase)
 {
     /* Share the directory base with the idle process */
     DirectoryTableBase[0] = PsGetCurrentProcess()->Pcb.DirectoryTableBase[0];
@@ -188,7 +188,7 @@ MmCreateProcessAddressSpace(IN ULONG MinWs,
     NTSTATUS Status;
     ULONG i, j;
     PFN_TYPE Pfn[2];
-    PULONG PageDirectory;
+    PULONG_PTR PageDirectory;
     
     DPRINT("MmCopyMmInfo(Src %x, Dest %x)\n", MinWs, Process);