summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2011-05-13 20:58:48 +0000
committerattilio <attilio@FreeBSD.org>2011-05-13 20:58:48 +0000
commit9ff3491e673bf8c43598fcc1af408f5e7c80e854 (patch)
treef34ed698a1044eda15705db3b73ae0594bf0be71 /sys/sparc64
parenta79fdc81aa4d25507b90e10fedbc38d5ad84ba4a (diff)
downloadFreeBSD-src-9ff3491e673bf8c43598fcc1af408f5e7c80e854.zip
FreeBSD-src-9ff3491e673bf8c43598fcc1af408f5e7c80e854.tar.gz
MFC
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/include/vmparam.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/sparc64/include/vmparam.h b/sys/sparc64/include/vmparam.h
index 0638d0d..1b9e537 100644
--- a/sys/sparc64/include/vmparam.h
+++ b/sys/sparc64/include/vmparam.h
@@ -240,4 +240,11 @@
extern vm_offset_t vm_max_kernel_address;
+/*
+ * Older sparc64 machines have a virtually indexed L1 data cache of 16KB.
+ * Consequently, mapping the same physical page multiple times may have
+ * caching disabled.
+ */
+#define ZERO_REGION_SIZE PAGE_SIZE
+
#endif /* !_MACHINE_VMPARAM_H_ */
OpenPOWER on IntegriCloud