* First run through the kernel's private parts to use phys_{addr,size}_t
where appropriate.
* Typedef'ed page_num_t to phys_addr_t and used it in more places in
vm_page.{h,cpp}.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36937 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -13,8 +13,8 @@ extern "C" {
|
||||
|
||||
void ppc_translation_map_change_asid(VMTranslationMap *map);
|
||||
|
||||
status_t ppc_map_address_range(addr_t virtualAddress, addr_t physicalAddress,
|
||||
size_t size);
|
||||
status_t ppc_map_address_range(addr_t virtualAddress,
|
||||
phys_addr_t physicalAddress, size_t size);
|
||||
void ppc_unmap_address_range(addr_t virtualAddress, size_t size);
|
||||
status_t ppc_remap_address_range(addr_t *virtualAddress, size_t size,
|
||||
bool unmap);
|
||||
|
||||
Reference in New Issue
Block a user