aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_page.h
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>1998-06-30 08:01:30 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>1998-06-30 08:01:30 +0000
commit20f718132d2dd00258436b9dad73f1cd1cce0518 (patch)
tree163af800ac2f9516ac4828d896707e2e4cbc6710 /sys/vm/vm_page.h
parentb529c5e67c2e66dc3cfac4c7a5725d82f19cf4b1 (diff)
downloadsrc-20f718132d2dd00258436b9dad73f1cd1cce0518.tar.gz
src-20f718132d2dd00258436b9dad73f1cd1cce0518.zip
document some VM paging options for cache sizes:
PQ_NOOPT no coloring PQ_LARGECACHE used for 512k/16k cache PQ_HUGECACHE used for 1024k/16k cache
Notes
Notes: svn path=/head/; revision=37282
Diffstat (limited to 'sys/vm/vm_page.h')
-rw-r--r--sys/vm/vm_page.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/vm/vm_page.h b/sys/vm/vm_page.h
index 6c86de2b9613..d0aafb5bcd4b 100644
--- a/sys/vm/vm_page.h
+++ b/sys/vm/vm_page.h
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_page.h,v 1.40 1998/06/07 17:13:14 dfr Exp $
+ * $Id: vm_page.h,v 1.41 1998/06/21 18:02:50 bde Exp $
*/
/*
@@ -71,6 +71,8 @@
#ifndef _VM_PAGE_
#define _VM_PAGE_
+#include "opt_vmpage.h"
+
#include <vm/pmap.h>
/*
* Management of resident (logical) pages.