summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sparc64/include')
-rw-r--r--sys/sparc64/include/param.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/sparc64/include/param.h b/sys/sparc64/include/param.h
index b909971..f09a6cd 100644
--- a/sys/sparc64/include/param.h
+++ b/sys/sparc64/include/param.h
@@ -75,9 +75,7 @@
* 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
+#define CACHE_LINE_SHIFT 7
#define CACHE_LINE_SIZE (1 << CACHE_LINE_SHIFT)
#define PAGE_SHIFT_8K 13
OpenPOWER on IntegriCloud