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:
Axel Dörfler
2007-11-02 15:05:12 +00:00
parent 00abfdbe15
commit 01ada2057f
@@ -21,6 +21,6 @@ typedef void * pmap_t;
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_ */