More SMP Work, also changed the physical allocator to allocate downwards
[tpg/acess2.git] / Kernel / arch / x86 / include / mm_phys.h
index 2d35587..51a9cd3 100644 (file)
@@ -7,7 +7,7 @@
 
 // === FUNCTIONS ===
 extern tPAddr  MM_AllocPhys();
-extern tPAddr  MM_AllocPhysRange(int Pages);
+extern tPAddr  MM_AllocPhysRange(int Pages, int MaxBits);
 extern void    MM_RefPhys(tPAddr Addr);
 extern void    MM_DerefPhys(tPAddr Addr);
 extern int     MM_GetRefCount(tPAddr Addr);

UCC git Repository :: git.ucc.asn.au