Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Oct 2007 21:46:59 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 128209 for review
Message-ID:  <200710272146.l9RLkx12067136@repoman.freebsd.org>

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

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



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