aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2012-01-27 22:25:46 +0000
committerMarius Strobl <marius@FreeBSD.org>2012-01-27 22:25:46 +0000
commit21bbe2ac13e3f0bda1bdae7e0a2e1a56fd480eb7 (patch)
tree90d0880eee22c5091bc064c58e8ecdc6ce62f742 /sys
parent7dc322fa146dc2412889480688126bb0ef2132c7 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/sparc64/include/vmparam.h2
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
/*