PERFORCE change 128209 for review

John Birrell jb at FreeBSD.org
Sat Oct 27 14:47:00 PDT 2007


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

Change 128209 by jb at jb_freebsd1 on 2007/10/27 21:46:03

	IFopensolaris

Affected files ...

.. //depot/projects/dtrace/src/contrib/opensolaris/cmd/sgs/messages/sgs.ident#4 integrate
.. //depot/projects/dtrace/src/sys/contrib/opensolaris/uts/common/sys/cpuvar.h#2 integrate

Differences ...

==== //depot/projects/dtrace/src/contrib/opensolaris/cmd/sgs/messages/sgs.ident#4 (text) ====

@@ -57,5 +57,6 @@
 MSG_ID_ELFEDIT_EHDR	27	SUNW_OST_SGS		/*	ehdr: */
 MSG_ID_ELFEDIT_PHDR	27	SUNW_OST_SGS		/*	phdr: */
 MSG_ID_ELFEDIT_SHDR	27	SUNW_OST_SGS		/*	shdr: */
+MSG_ID_ELFEDIT_STR	27	SUNW_OST_SGS		/*	str: */
 MSG_ID_ELFEDIT_SYM	27	SUNW_OST_SGS		/*	sym: */
 MSG_ID_ELFEDIT_SYMINFO	27	SUNW_OST_SGS		/*	syminfo: */

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

@@ -512,6 +512,7 @@
 #define	CPU_CPR_OFFLINE		0x0
 #define	CPU_CPR_ONLINE		0x1
 #define	CPU_CPR_IS_OFFLINE(cpu)	(((cpu)->cpu_cpr_flags & CPU_CPR_ONLINE) == 0)
+#define	CPU_CPR_IS_ONLINE(cpu)	((cpu)->cpu_cpr_flags & CPU_CPR_ONLINE)
 #define	CPU_SET_CPR_FLAGS(cpu, flag)	((cpu)->cpu_cpr_flags |= flag)
 
 #if defined(_KERNEL) || defined(_KMEMUSER)


More information about the p4-projects mailing list