diff options
author | jake <jake@FreeBSD.org> | 2002-01-08 05:06:39 +0000 |
---|---|---|
committer | jake <jake@FreeBSD.org> | 2002-01-08 05:06:39 +0000 |
commit | 2fdfe48a8861e509e987217b9919ffbcc7e09986 (patch) | |
tree | 2786d3b6056de0327cd1e1a89367979c916a12a5 /sys/sparc64/include/pmap.h | |
parent | 38396563c7435d1416a6e7960854df0e3a49a989 (diff) | |
download | FreeBSD-src-2fdfe48a8861e509e987217b9919ffbcc7e09986.zip FreeBSD-src-2fdfe48a8861e509e987217b9919ffbcc7e09986.tar.gz |
Prototype pmap_map_tsb().
Diffstat (limited to 'sys/sparc64/include/pmap.h')
-rw-r--r-- | sys/sparc64/include/pmap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sparc64/include/pmap.h b/sys/sparc64/include/pmap.h index 71496c3..05f0e23 100644 --- a/sys/sparc64/include/pmap.h +++ b/sys/sparc64/include/pmap.h @@ -92,6 +92,8 @@ void pmap_qenter_flags(vm_offset_t va, vm_page_t *m, int count, u_long fl); int pmap_cache_enter(vm_page_t m, vm_offset_t va); void pmap_cache_remove(vm_page_t m, vm_offset_t va); +void pmap_map_tsb(void); + #define vtophys(va) pmap_kextract(((vm_offset_t) (va))) extern vm_offset_t avail_start; |