Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Dec 2007 04:34:07 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 131411 for review
Message-ID:  <200712220434.lBM4Y7Eu015817@repoman.freebsd.org>

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

Change 131411 by jb@jb_freebsd1 on 2007/12/22 04:33:46

	Add another field that would otherwise have gone into struct pcpu
	if it wasn't for the license.

Affected files ...

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

Differences ...

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

@@ -46,6 +46,7 @@
 typedef struct {
         struct cyc_cpu *cpu_cyclic;
 	uint32_t	cpu_flags;
+	uint_t		cpu_intr_actv;
 } cyclic_cpu_t; 
 #endif
 #endif /* !_ASM */



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