PERFORCE change 97785 for review

John Birrell jb at FreeBSD.org
Thu May 25 01:55:32 UTC 2006


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

Change 97785 by jb at jb_freebsd2 on 2006/05/25 01:53:49

	Add another field for DTrace to hang it's hat on.

Affected files ...

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

Differences ...

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

@@ -78,6 +78,7 @@
 	int		pc_ncyclic;		/* Number of cyclic timers enabled. */
 	struct cyc_cpu	*pc_cyclic;		/* Cyclic subsystem data */
 	u_int		pc_intr_actv;		/* Used by DTrace. */
+	uintptr_t	pc_dtrace_caller;	/* Used by DTrace. */
 };
 
 SLIST_HEAD(cpuhead, pcpu);


More information about the p4-projects mailing list