diff options
| author | Alan Cox <alc@FreeBSD.org> | 2002-03-02 22:21:42 +0000 |
|---|---|---|
| committer | Alan Cox <alc@FreeBSD.org> | 2002-03-02 22:21:42 +0000 |
| commit | 57145770069302f663bb3e8cba6fdc9ff36f8fe8 (patch) | |
| tree | d94f7e260612ca4b249a3c811a4c5a3ab1d01027 | |
| parent | 420ba2143726df183a26320e77e2614b3b6a5bfc (diff) | |
Notes
| -rw-r--r-- | sys/vm/vm_page.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/vm/vm_page.h b/sys/vm/vm_page.h index 3610ae073288..2e41cf4bbfe7 100644 --- a/sys/vm/vm_page.h +++ b/sys/vm/vm_page.h @@ -209,7 +209,6 @@ struct vm_page { #define PQ_L2_MASK (PQ_L2_SIZE - 1) -#if 1 #define PQ_NONE 0 #define PQ_FREE 1 #define PQ_INACTIVE (1 + 1*PQ_L2_SIZE) @@ -217,14 +216,6 @@ struct vm_page { #define PQ_CACHE (3 + 1*PQ_L2_SIZE) #define PQ_HOLD (3 + 2*PQ_L2_SIZE) #define PQ_COUNT (4 + 2*PQ_L2_SIZE) -#else -#define PQ_NONE PQ_COUNT -#define PQ_FREE 0 -#define PQ_INACTIVE PQ_L2_SIZE -#define PQ_ACTIVE (1 + PQ_L2_SIZE) -#define PQ_CACHE (2 + PQ_L2_SIZE) -#define PQ_COUNT (2 + 2*PQ_L2_SIZE) -#endif struct vpgqueues { struct pglist pl; |
