summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_pageout.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_pageout.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_pageout.h')
-rw-r--r--sys/vm/vm_pageout.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/vm/vm_pageout.h b/sys/vm/vm_pageout.h
index 9085ae7..7d70cfa 100644
--- a/sys/vm/vm_pageout.h
+++ b/sys/vm/vm_pageout.h
@@ -97,12 +97,6 @@ extern void pagedaemon_wakeup(void);
extern void vm_wait(void);
extern void vm_waitpfault(void);
-/* XXX This is probably misplaced. */
-#ifndef NO_SWAPPING
-struct swdevt;
-void vm_proc_swapin_all(struct swdevt *);
-#endif /* !NO_SWAPPING */
-
#ifdef _KERNEL
int vm_pageout_flush(vm_page_t *, int, int);
#endif
OpenPOWER on IntegriCloud