diff options
| author | Alan Cox <alc@FreeBSD.org> | 2004-04-08 19:08:49 +0000 |
|---|---|---|
| committer | Alan Cox <alc@FreeBSD.org> | 2004-04-08 19:08:49 +0000 |
| commit | 41f1b2c4603c45fb5d2fda9916eaf739f83dacfb (patch) | |
| tree | 026c61d2aa5552e5c47e376657522e943695fa7c /sys/vm/vm_pager.c | |
| parent | 10d1d31e8f02bb7f1c030030a4c3d86fe89e6062 (diff) | |
Notes
Diffstat (limited to 'sys/vm/vm_pager.c')
| -rw-r--r-- | sys/vm/vm_pager.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/vm/vm_pager.c b/sys/vm/vm_pager.c index 09280fb389d7..b6fa7a6b111e 100644 --- a/sys/vm/vm_pager.c +++ b/sys/vm/vm_pager.c @@ -176,9 +176,6 @@ int npagers = sizeof(pagertab) / sizeof(pagertab[0]); * cleaning requests (NPENDINGIO == 64) * the maximum swap cluster size * (MAXPHYS == 64k) if you want to get the most efficiency. */ -#define PAGER_MAP_SIZE (8 * 1024 * 1024) - -int pager_map_size = PAGER_MAP_SIZE; vm_map_t pager_map; static int bswneeded; static vm_offset_t swapbkva; /* swap buffers kva */ |
