Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 May 2006 21:27:29 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 96832 for review
Message-ID:  <200605082127.k48LRTQD073324@repoman.freebsd.org>

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

Change 96832 by jb@jb_freebsd2 on 2006/05/08 21:27:19

	Fix a mis-named field. Oops.

Affected files ...

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

Differences ...

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

@@ -75,7 +75,7 @@
 	PCPU_MD_FIELDS;
 	struct vmmeter	pc_cnt;			/* VM stats counters */
 	struct device	*pc_device;
-	struct cyc_cpu	*cpu_cyclic;		/* Cyclic subsystem data */
+	struct cyc_cpu	*pc_cyclic;		/* Cyclic subsystem data */
 };
 
 SLIST_HEAD(cpuhead, pcpu);



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