PERFORCE change 134112 for review
    John Birrell 
    jb at FreeBSD.org
       
    Fri Jan 25 16:44:27 PST 2008
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=134112
Change 134112 by jb at 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
    
    
More information about the p4-projects
mailing list