Deleted Added
full compact
42c42
< * $FreeBSD: head/sys/amd64/include/pmap.h 147671 2005-06-29 22:28:46Z peter $
---
> * $FreeBSD: head/sys/amd64/include/pmap.h 153179 2005-12-06 21:09:01Z jhb $
49c49
< * Page-directory and page-table entires follow this format, with a few
---
> * Page-directory and page-table entries follow this format, with a few
174c174
< * to physical address. Likewise for alternate address space.
---
> * to physical address.
179c179
< vm_paddr_t pmap_kextract(vm_offset_t);
---
> #define vtophys(va) pmap_kextract((vm_offset_t)(va))
181,182d180
< #define vtophys(va) pmap_kextract(((vm_offset_t) (va)))
<
293a292
> vm_paddr_t pmap_kextract(vm_offset_t);