PERFORCE change 96880 for review

John Birrell jb at FreeBSD.org
Tue May 9 21:01:48 UTC 2006


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

Change 96880 by jb at jb_freebsd2 on 2006/05/09 21:01:32

	Add a field for the number of cyclic timers enabled. This value
	is actually in the cyclic structure that the hook points to,
	but it is probably quicker to check an integer variable.

Affected files ...

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

Differences ...

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

@@ -75,6 +75,7 @@
 	PCPU_MD_FIELDS;
 	struct vmmeter	pc_cnt;			/* VM stats counters */
 	struct device	*pc_device;
+	int		pc_ncyclic;		/* Number of cyclic timers enabled. */
 	struct cyc_cpu	*pc_cyclic;		/* Cyclic subsystem data */
 };
 


More information about the p4-projects mailing list