summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_pageq.c
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2006-01-24 19:24:54 +0000
committeralc <alc@FreeBSD.org>2006-01-24 19:24:54 +0000
commite8d6ec993a935d0fd3b6c7a3d2c11a6113d9ecae (patch)
treecc327ca949e17031a28c51c26ed521cb7f515af0 /sys/vm/vm_pageq.c
parentb9239b94b7d62fa137c47010e7beb5882085e9a7 (diff)
downloadFreeBSD-src-e8d6ec993a935d0fd3b6c7a3d2c11a6113d9ecae.zip
FreeBSD-src-e8d6ec993a935d0fd3b6c7a3d2c11a6113d9ecae.tar.gz
With the recent changes to the implementation of page coloring, the
the option PQ_NOOPT is used exclusively by vm_pageq.c. Thus, the include of opt_vmpage.h can be removed from vm_page.h.
Diffstat (limited to 'sys/vm/vm_pageq.c')
-rw-r--r--sys/vm/vm_pageq.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/vm/vm_pageq.c b/sys/vm/vm_pageq.c
index ed9c86e..dfc472d 100644
--- a/sys/vm/vm_pageq.c
+++ b/sys/vm/vm_pageq.c
@@ -28,6 +28,8 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#include "opt_vmpage.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/linker_set.h>
OpenPOWER on IntegriCloud