aboutsummaryrefslogtreecommitdiff
path: root/sys/sun4v
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2009-04-19 21:26:36 +0000
committerRobert Watson <rwatson@FreeBSD.org>2009-04-19 21:26:36 +0000
commit22037b2d2c9ecd418b2c1c9cee9fba1f7bbb7f4d (patch)
treee3980f5305201bf6d9d964102f24c655738fbb51 /sys/sun4v
parent6bed074cd202e020e829b6fde6d27c52fb10ed2b (diff)
Notes
Diffstat (limited to 'sys/sun4v')
-rw-r--r--sys/sun4v/include/param.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/sun4v/include/param.h b/sys/sun4v/include/param.h
index 4d7b42ebdead..aca3c375e3c9 100644
--- a/sys/sun4v/include/param.h
+++ b/sys/sun4v/include/param.h
@@ -71,6 +71,10 @@
#define ALIGNBYTES _ALIGNBYTES
#define ALIGN(p) _ALIGN(p)
+/*
+ * CACHE_LINE_SIZE is the compile-time maximum cache line size for an
+ * architecture. It should be used with appropriate caution.
+ */
#ifndef CACHE_LINE_SHIFT
#define CACHE_LINE_SHIFT 6
#endif