diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/uvm/uvm_pmap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/uvm/uvm_pmap.h b/sys/uvm/uvm_pmap.h index 5478149c61c..fdb6cd0e62d 100644 --- a/sys/uvm/uvm_pmap.h +++ b/sys/uvm/uvm_pmap.h @@ -106,7 +106,9 @@ void pmap_activate(struct proc *); #ifndef pmap_deactivate void pmap_deactivate(struct proc *); #endif +#ifndef pmap_unwire void pmap_unwire(pmap_t, vaddr_t); +#endif #if !defined(pmap_clear_modify) boolean_t pmap_clear_modify(struct vm_page *); |