PERFORCE change 126888 for review

John Birrell jb at FreeBSD.org
Thu Sep 27 15:02:18 PDT 2007


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

Change 126888 by jb at jb_freebsd1 on 2007/09/27 22:02:06

	Remove code that depends on a CDDL header.

Affected files ...

.. //depot/projects/dtrace/src/sys/kern/subr_pcpu.c#7 edit

Differences ...

==== //depot/projects/dtrace/src/sys/kern/subr_pcpu.c#7 (text+ko) ====

@@ -49,7 +49,6 @@
 
 #include <sys/param.h>
 #include <sys/systm.h>
-#include <sys/cpuvar.h>
 #include <sys/linker_set.h>
 #include <sys/lock.h>
 #include <sys/pcpu.h>
@@ -60,8 +59,6 @@
 static struct pcpu *cpuid_to_pcpu[MAXCPU];
 struct cpuhead cpuhead = SLIST_HEAD_INITIALIZER(cpuhead);
 
-cpu_core_t	cpu_core[MAXCPU];
-
 /*
  * Initialize the MI portions of a struct pcpu.
  */


More information about the p4-projects mailing list