Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Dec 2007 22:11:25 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 131733 for review
Message-ID:  <200712262211.lBQMBPBw079056@repoman.freebsd.org>

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

Change 131733 by jb@jb_freebsd1 on 2007/12/26 22:11:04

	Add a cpuid field (which is the index into the array) just for
	convenience given that the cyclic device code passes around a cpu_t *
	which is a pointer to an entry in the array.

Affected files ...

.. //depot/projects/dtrace/src/sys/contrib/opensolaris/uts/common/sys/cyclic.h#7 edit

Differences ...

==== //depot/projects/dtrace/src/sys/contrib/opensolaris/uts/common/sys/cyclic.h#7 (text) ====

@@ -44,6 +44,7 @@
 #undef	cpu_t
 #define cpu_t   cyclic_cpu_t
 typedef struct {
+	int		cpuid;
         struct cyc_cpu *cpu_cyclic;
 	uint32_t	cpu_flags;
 	uint_t		cpu_intr_actv;



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