summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/pmap.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2006-03-14 00:01:56 +0000
committerpeter <peter@FreeBSD.org>2006-03-14 00:01:56 +0000
commitef2d575a8e34d83654378d2abd9cf52f30073977 (patch)
tree0bf6083ad05c3a68a7c320e27cdb54b7456321f6 /sys/amd64/include/pmap.h
parent3a37e4a2b0917eca81462f4927c215013b380bff (diff)
downloadFreeBSD-src-ef2d575a8e34d83654378d2abd9cf52f30073977.zip
FreeBSD-src-ef2d575a8e34d83654378d2abd9cf52f30073977.tar.gz
Merge/sync with i386: various cosmetic tweaks
Diffstat (limited to 'sys/amd64/include/pmap.h')
-rw-r--r--sys/amd64/include/pmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/pmap.h b/sys/amd64/include/pmap.h
index c4ca99a..4af3b36 100644
--- a/sys/amd64/include/pmap.h
+++ b/sys/amd64/include/pmap.h
@@ -176,7 +176,7 @@ extern u_int64_t KPML4phys; /* physical address of kernel level 4 */
* the corresponding pde that in turn maps it.
*/
pt_entry_t *vtopte(vm_offset_t);
-#define vtophys(va) pmap_kextract((vm_offset_t)(va))
+#define vtophys(va) pmap_kextract(((vm_offset_t) (va)))
static __inline pt_entry_t
pte_load(pt_entry_t *ptep)
OpenPOWER on IntegriCloud