Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jan 2008 00:44:26 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 134112 for review
Message-ID:  <200801260044.m0Q0iQKx093135@repoman.freebsd.org>

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

Change 134112 by jb@jb_freebsd1 on 2008/01/26 00:43:56

	Tweak some definitions.

Affected files ...

.. //depot/projects/dtrace/src/sys/compat/opensolaris/sys/cpuvar.h#8 edit
.. //depot/projects/dtrace/src/sys/compat/opensolaris/sys/pcpu.h#6 edit

Differences ...

==== //depot/projects/dtrace/src/sys/compat/opensolaris/sys/cpuvar.h#8 (text+ko) ====

@@ -48,6 +48,7 @@
 
 /* Some code may choose to redefine this if pcpu_t would be more useful. */
 #define cpu_t	solaris_cpu_t
+#define	cpu_id	cpuid
 
 extern solaris_cpu_t    solaris_cpu[];
 

==== //depot/projects/dtrace/src/sys/compat/opensolaris/sys/pcpu.h#6 (text+ko) ====

@@ -34,6 +34,4 @@
 
 typedef struct pcpu	pcpu_t;
 
-#define	cpu_id		pc_cpuid
-
 #endif



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