PERFORCE change 131411 for review

John Birrell jb at FreeBSD.org
Fri Dec 21 20:34:08 PST 2007


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

Change 131411 by jb at 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 */


More information about the p4-projects mailing list