Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jan 2008 04:37:42 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 132542 for review
Message-ID:  <200801050437.m054bgNQ005403@repoman.freebsd.org>

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

Change 132542 by jb@jb_freebsd1 on 2008/01/05 04:37:17

	Enable the CPU setup code.

Affected files ...

.. //depot/projects/dtrace/src/sys/contrib/opensolaris/uts/common/dtrace/dtrace.c#12 edit

Differences ...

==== //depot/projects/dtrace/src/sys/contrib/opensolaris/uts/common/dtrace/dtrace.c#12 (text) ====

@@ -14479,6 +14479,7 @@
 {
 	dtrace_probe_foreach(offsetof(dtrace_pops_t, dtps_resume));
 }
+#endif
 
 static int
 dtrace_cpu_setup(cpu_setup_t what, processorid_t cpu)
@@ -14539,6 +14540,7 @@
 	return (0);
 }
 
+#if defined(sun)
 static void
 dtrace_cpu_setup_initial(processorid_t cpu)
 {



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