Accidently messed up the vtophys() macro...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22803 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -21,6 +21,6 @@ typedef void * pmap_t;
|
|||||||
|
|
||||||
vm_paddr_t pmap_kextract(vm_offset_t virtualAddress);
|
vm_paddr_t pmap_kextract(vm_offset_t virtualAddress);
|
||||||
|
|
||||||
#define vtophys(vaddr) pmap_kextract(virtualAddress)
|
#define vtophys(virtualAddress) pmap_kextract(virtualAddress)
|
||||||
|
|
||||||
#endif /* _FBSD_COMPAT_VM_VM_H_ */
|
#endif /* _FBSD_COMPAT_VM_VM_H_ */
|
||||||
|
|||||||
Reference in New Issue
Block a user