summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_page.h
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>1999-08-15 05:36:43 +0000
committeralc <alc@FreeBSD.org>1999-08-15 05:36:43 +0000
commit816a1752a01cd665de0e33cfa7c59d38ad5f58fc (patch)
tree0b2312f362c62f4a972e7bc4beefaba4d2dbb624 /sys/vm/vm_page.h
parent5913fc232b69153776477d31165b712b6bdf3293 (diff)
downloadFreeBSD-src-816a1752a01cd665de0e33cfa7c59d38ad5f58fc.zip
FreeBSD-src-816a1752a01cd665de0e33cfa7c59d38ad5f58fc.tar.gz
contigmalloc1 (currently) depends on PQ_FREE and PQ_CACHE not being 0
to tell a valid "struct vm_page" from an invalid one in the vm_page_array. This isn't a very robust method.
Diffstat (limited to 'sys/vm/vm_page.h')
-rw-r--r--sys/vm/vm_page.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/vm_page.h b/sys/vm/vm_page.h
index 16a6c40..5807674 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.66 1999/08/14 06:25:54 alc Exp $
+ * $Id: vm_page.h,v 1.67 1999/08/15 01:16:53 mjacob Exp $
*/
/*
@@ -193,7 +193,7 @@ struct vm_page {
#define PQ_L2_MASK (PQ_L2_SIZE - 1)
-#ifdef __alpha__
+#if 1
#define PQ_NONE 0
#define PQ_FREE 1
#define PQ_INACTIVE (1 + 1*PQ_L2_SIZE)
OpenPOWER on IntegriCloud