From 816a1752a01cd665de0e33cfa7c59d38ad5f58fc Mon Sep 17 00:00:00 2001 From: alc Date: Sun, 15 Aug 1999 05:36:43 +0000 Subject: 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. --- sys/vm/vm_page.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/vm/vm_page.h') 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) -- cgit v1.1