Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 May 2006 01:54:31 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 97785 for review
Message-ID:  <200605250154.k4P1sVgU005953@repoman.freebsd.org>

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

Change 97785 by jb@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);



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