diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-12-12 19:14:49 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-12-12 19:14:49 +0000 |
commit | a4bc058576f21f0a9200ea46decf336cfd04c6ab (patch) | |
tree | 4e19581c148ae43d77c4341bd2df49ab969e7073 | |
parent | 0ccdf17f17e3a35ce19bebcaab66ce44d47dd4ce (diff) |
Nuke unused pmap_from_phys_address().
-rw-r--r-- | sys/arch/sparc64/include/pmap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arch/sparc64/include/pmap.h b/sys/arch/sparc64/include/pmap.h index b40e7ce2c13..226937dd19e 100644 --- a/sys/arch/sparc64/include/pmap.h +++ b/sys/arch/sparc64/include/pmap.h @@ -159,7 +159,6 @@ extern struct pmap kernel_pmap_; int pmap_count_res(pmap_t pmap); /* int pmap_change_wiring(pmap_t pm, vaddr_t va, boolean_t wired); */ #define pmap_resident_count(pm) pmap_count_res((pm)) -#define pmap_from_phys_address(x,f) ((x)&~PGOFSET) #define pmap_phys_address(x) (x) #define pmap_update(pm) /* nothing (yet) */ |