PERFORCE change 132006 for review

John Birrell jb at FreeBSD.org
Sat Dec 29 18:19:03 PST 2007


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

Change 132006 by jb at jb_freebsd1 on 2007/12/30 02:18:55

	Remove the definition of cpu_t. It isn't clear what it should
	default to. Some apps might want it defines as struct pcpu (pcpu_t)
	while others might want solaris_cpu_t. For now we'll use the
	latter.

Affected files ...

.. //depot/projects/dtrace/src/sys/compat/opensolaris/sys/pcpu.h#5 edit

Differences ...

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

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


More information about the p4-projects mailing list