Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Dec 2007 02:19:00 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 132006 for review
Message-ID:  <200712300219.lBU2J0qK064692@repoman.freebsd.org>

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

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



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