Date: Mon, 3 Jul 2006 12:43:48 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 100494 for review Message-ID: <200607031243.k63ChmCG080226@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=100494 Change 100494 by jb@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607031243.k63ChmCG080226>