diff options
| author | Alan Cox <alc@FreeBSD.org> | 2007-09-25 06:25:06 +0000 |
|---|---|---|
| committer | Alan Cox <alc@FreeBSD.org> | 2007-09-25 06:25:06 +0000 |
| commit | 7bfda801a8efe3352862aa54dd5d22cd3c005ac3 (patch) | |
| tree | d6ef2df64ec2f1114828f2caa046592acbdfad76 /sys/amd64/include/vmparam.h | |
| parent | 977b6507cb88cf79c02bd13f446e6b96dde499aa (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include/vmparam.h')
| -rw-r--r-- | sys/amd64/include/vmparam.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/amd64/include/vmparam.h b/sys/amd64/include/vmparam.h index 9bafadeeeb7d..50962e5d0385 100644 --- a/sys/amd64/include/vmparam.h +++ b/sys/amd64/include/vmparam.h @@ -101,12 +101,13 @@ #define VM_PHYSSEG_MAX 31 /* - * Create two free page pools: VM_FREEPOOL_DEFAULT is the default pool + * Create three free page pools: VM_FREEPOOL_DEFAULT is the default pool * from which physical pages are allocated and VM_FREEPOOL_DIRECT is * the pool from which physical pages for page tables and small UMA * objects are allocated. */ -#define VM_NFREEPOOL 2 +#define VM_NFREEPOOL 3 +#define VM_FREEPOOL_CACHE 2 #define VM_FREEPOOL_DEFAULT 0 #define VM_FREEPOOL_DIRECT 1 |
