summaryrefslogtreecommitdiffstats
path: root/sys/sun4v
diff options
context:
space:
mode:
authormdf <mdf@FreeBSD.org>2011-05-13 19:35:01 +0000
committermdf <mdf@FreeBSD.org>2011-05-13 19:35:01 +0000
commit3d3b036f9541230485c7edd1fafaec6e4345641a (patch)
treea7b19af758b87ed8c5280b36452735563a1afd59 /sys/sun4v
parent9465c340011c0f0d939dc79a97cb31b7b974f015 (diff)
downloadFreeBSD-src-3d3b036f9541230485c7edd1fafaec6e4345641a.zip
FreeBSD-src-3d3b036f9541230485c7edd1fafaec6e4345641a.tar.gz
Move the ZERO_REGION_SIZE to a machine-dependent file, as on many
architectures (i386, for example) the virtual memory space may be constrained enough that 2MB is a large chunk. Use 64K for arches other than amd64 and ia64, with special handling for sparc64 due to differing hardware. Also commit the comment changes to kmem_init_zero_region() that I missed due to not saving the file. (Darn the unfamiliar development environment). Arch maintainers, please feel free to adjust ZERO_REGION_SIZE as you see fit. Requested by: alc MFC after: 1 week MFC with: r221853
Diffstat (limited to 'sys/sun4v')
-rw-r--r--sys/sun4v/include/vmparam.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sun4v/include/vmparam.h b/sys/sun4v/include/vmparam.h
index 65c7f78..5195f1d 100644
--- a/sys/sun4v/include/vmparam.h
+++ b/sys/sun4v/include/vmparam.h
@@ -223,4 +223,6 @@
#define UMA_MD_SMALL_ALLOC
extern vm_offset_t vm_max_kernel_address;
+#define ZERO_REGION_SIZE (64 * 1024) /* 64KB */
+
#endif /* !_MACHINE_VMPARAM_H_ */
OpenPOWER on IntegriCloud