Date: Thu, 27 Sep 2007 22:02:18 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 126888 for review Message-ID: <200709272202.l8RM2Ixq079833@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=126888 Change 126888 by jb@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. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709272202.l8RM2Ixq079833>