diff options
| author | Alan Cox <alc@FreeBSD.org> | 1999-08-15 05:36:43 +0000 |
|---|---|---|
| committer | Alan Cox <alc@FreeBSD.org> | 1999-08-15 05:36:43 +0000 |
| commit | 175d1f69bfda430839e90fdeb430f103e57f19b8 (patch) | |
| tree | c6bdac03b058844326f45ec5fbd3d1663df3f74e | |
| parent | fc58bdab8327419a7cbf0aa7a3649168be19ad9d (diff) | |
Notes
| -rw-r--r-- | sys/vm/vm_page.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/vm_page.h b/sys/vm/vm_page.h index 16a6c4053020..580767404051 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) |
