PERFORCE change 100494 for review

John Birrell jb at FreeBSD.org
Mon Jul 3 12:43:49 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=100494

Change 100494 by jb at jb_freebsd2 on 2006/07/03 12:43:01

	Overflowed the cache coherrence size, so increase the value so that
	this compiles on sparc64 and revisit the issue later.

Affected files ...

.. //depot/projects/dtrace/src/sys/sys/cpuvar.h#3 edit

Differences ...

==== //depot/projects/dtrace/src/sys/sys/cpuvar.h#3 (text+ko) ====

@@ -33,7 +33,7 @@
 #include <sys/types.h>
 #include <sys/sx.h>
 
-#define	CPU_CACHE_COHERENCE_SIZE	64
+#define	CPU_CACHE_COHERENCE_SIZE	128
 
 /*
  * The cpu_core structure consists of per-CPU state available in any context.


More information about the p4-projects mailing list