diff options
| author | Peter Grehan <grehan@FreeBSD.org> | 2004-01-29 00:32:22 +0000 |
|---|---|---|
| committer | Peter Grehan <grehan@FreeBSD.org> | 2004-01-29 00:32:22 +0000 |
| commit | db55e39aa1d19039cc4bfef4c02237eac641b67c (patch) | |
| tree | 91ce2b64fa599adc509724e17518ca1176d41d57 /sys/powerpc/include | |
| parent | ac498460b293e85aad1faecc339c568ac195d438 (diff) | |
Notes
Diffstat (limited to 'sys/powerpc/include')
| -rw-r--r-- | sys/powerpc/include/vmparam.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/powerpc/include/vmparam.h b/sys/powerpc/include/vmparam.h index 0434e979cc5ee..41e74808bcdee 100644 --- a/sys/powerpc/include/vmparam.h +++ b/sys/powerpc/include/vmparam.h @@ -82,6 +82,12 @@ #define MAXSLP 20 /* + * Use the direct-mapped BAT registers for UMA small allocs. This + * takes pressure off the small amount of available KVA. + */ +#define UMA_MD_SMALL_ALLOC + +/* * Would like to have MAX addresses = 0, but this doesn't (currently) work */ #define VM_MIN_ADDRESS ((vm_offset_t)0) |
