kernel: arch_vm_set_memory_type takes a phys_addr_t now
Change-Id: I94a8f8453238a9ed2b2ac549d9b500c83e6c53b8
This commit is contained in:
@@ -131,7 +131,7 @@ arch_vm_unset_memory_type(VMArea *area)
|
||||
|
||||
|
||||
status_t
|
||||
arch_vm_set_memory_type(VMArea *area, addr_t physicalBase, uint32 type)
|
||||
arch_vm_set_memory_type(VMArea *area, phys_addr_t physicalBase, uint32 type)
|
||||
{
|
||||
if (type == 0)
|
||||
return B_OK;
|
||||
|
||||
@@ -113,7 +113,7 @@ arch_vm_unset_memory_type(VMArea *area)
|
||||
|
||||
|
||||
status_t
|
||||
arch_vm_set_memory_type(VMArea *area, addr_t physicalBase, uint32 type)
|
||||
arch_vm_set_memory_type(VMArea *area, phys_addr_t physicalBase, uint32 type)
|
||||
{
|
||||
if (type == 0)
|
||||
return B_OK;
|
||||
|
||||
@@ -113,7 +113,7 @@ arch_vm_unset_memory_type(VMArea *area)
|
||||
|
||||
|
||||
status_t
|
||||
arch_vm_set_memory_type(VMArea *area, addr_t physicalBase, uint32 type)
|
||||
arch_vm_set_memory_type(VMArea *area, phys_addr_t physicalBase, uint32 type)
|
||||
{
|
||||
if (type == 0)
|
||||
return B_OK;
|
||||
|
||||
Reference in New Issue
Block a user