summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_extern.h
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2004-11-20 02:29:00 +0000
committerdas <das@FreeBSD.org>2004-11-20 02:29:00 +0000
commitaf608beb4021b912ed7214f282dbf696c3295998 (patch)
tree0cdbec7495236a1dcd322ddab1e0c04e88776af8 /sys/vm/vm_extern.h
parent22907ad4acaa6f480676f7f29ddf72a20cb9f482 (diff)
downloadFreeBSD-src-af608beb4021b912ed7214f282dbf696c3295998.zip
FreeBSD-src-af608beb4021b912ed7214f282dbf696c3295998.tar.gz
Disable U area swapping and remove the routines that create, destroy,
copy, and swap U areas. Reviewed by: arch@
Diffstat (limited to 'sys/vm/vm_extern.h')
-rw-r--r--sys/vm/vm_extern.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/vm/vm_extern.h b/sys/vm/vm_extern.h
index 7bb61b1..45cc97e 100644
--- a/sys/vm/vm_extern.h
+++ b/sys/vm/vm_extern.h
@@ -86,8 +86,6 @@ void vsunlock(void *, size_t);
void vm_object_print(/* db_expr_t */ long, boolean_t, /* db_expr_t */ long,
char *);
int vm_fault_quick(caddr_t v, int prot);
-void vm_proc_new(struct proc *p);
-void vm_proc_dispose(struct proc *p);
void vm_thread_dispose(struct thread *td);
void vm_thread_dispose_altkstack(struct thread *td);
void vm_thread_new(struct thread *td, int pages);
OpenPOWER on IntegriCloud