Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jun 2008 03:22:44 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 143168 for review
Message-ID:  <200806090322.m593MiNO052496@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=143168

Change 143168 by jb@freebsd3 on 2008/06/09 03:21:47

	Hmmm. releng6 lock structures seem to be big. Hack around this.

Affected files ...

.. //depot/projects/dtrace6/src/sys/cddl/compat/opensolaris/sys/cpuvar.h#2 edit

Differences ...

==== //depot/projects/dtrace6/src/sys/cddl/compat/opensolaris/sys/cpuvar.h#2 (text+ko) ====

@@ -54,7 +54,7 @@
 
 extern solaris_cpu_t    solaris_cpu[];
 
-#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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806090322.m593MiNO052496>