kernel: arch_vm_set_memory_type takes a phys_addr_t now

Change-Id: I94a8f8453238a9ed2b2ac549d9b500c83e6c53b8
This commit is contained in:
François Revol
2019-11-03 03:47:57 +01:00
parent 85472484a8
commit 9ad59bd841
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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;