PERFORCE change 96832 for review

John Birrell jb at FreeBSD.org
Mon May 8 21:27:30 UTC 2006


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

Change 96832 by jb at 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);


More information about the p4-projects mailing list