diff options
Diffstat (limited to 'sys/sparc64/include/pmap.h')
| -rw-r--r-- | sys/sparc64/include/pmap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sparc64/include/pmap.h b/sys/sparc64/include/pmap.h index 0408d417cc54..faa365126b40 100644 --- a/sys/sparc64/include/pmap.h +++ b/sys/sparc64/include/pmap.h @@ -92,8 +92,6 @@ int pmap_protect_tte(struct pmap *pm1, struct pmap *pm2, struct tte *tp, void pmap_map_tsb(void); -void pmap_remove_all(vm_page_t m); - void pmap_clear_write(vm_page_t m); #define vtophys(va) pmap_kextract(((vm_offset_t)(va))) |
