diff options
author | alc <alc@FreeBSD.org> | 2002-11-11 05:17:34 +0000 |
---|---|---|
committer | alc <alc@FreeBSD.org> | 2002-11-11 05:17:34 +0000 |
commit | 78766a7b7aa74fa44d582aa014484403872cb079 (patch) | |
tree | 8d89b7506498433c395030fe085076705f8a6df2 /sys/sparc64/include/pmap.h | |
parent | 8c44e1c3f9177a8442c00fad854cfda6db6d220a (diff) | |
download | FreeBSD-src-78766a7b7aa74fa44d582aa014484403872cb079.zip FreeBSD-src-78766a7b7aa74fa44d582aa014484403872cb079.tar.gz |
- Clear the page's PG_WRITEABLE flag in the i386's pmap_changebit()
if we're removing write access from the page's PTEs.
- Export pmap_remove_all() on alpha, i386, and ia64. (It's already
exported on sparc64.)
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 0408d41..faa3651 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))) |