diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2012-01-27 22:25:46 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2012-01-27 22:25:46 +0000 |
| commit | 21bbe2ac13e3f0bda1bdae7e0a2e1a56fd480eb7 (patch) | |
| tree | 90d0880eee22c5091bc064c58e8ecdc6ce62f742 /sys | |
| parent | 7dc322fa146dc2412889480688126bb0ef2132c7 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sparc64/include/vmparam.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/include/vmparam.h b/sys/sparc64/include/vmparam.h index a0d5ac43e3a12..15741f961abfa 100644 --- a/sys/sparc64/include/vmparam.h +++ b/sys/sparc64/include/vmparam.h @@ -218,7 +218,7 @@ * is the total KVA space allocated for kmem_map. */ #ifndef VM_KMEM_SIZE_SCALE -#define VM_KMEM_SIZE_SCALE (tsb_kernel_ldd_phys == 0 ? 3 : 1) +#define VM_KMEM_SIZE_SCALE (tsb_kernel_ldd_phys == 0 ? 3 : 2) #endif /* |
