Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Feb 2008 23:57:31 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 135074 for review
Message-ID:  <200802082357.m18NvVMF020911@repoman.freebsd.org>

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

Change 135074 by jb@jb_freebsd1 on 2008/02/08 23:57:07

	Allow the stub for smp_no_rendevous_barrier to be used
	in non-smp code.

Affected files ...

.. //depot/projects/dtrace/src/sys/sys/smp.h#6 edit

Differences ...

==== //depot/projects/dtrace/src/sys/sys/smp.h#6 (text+ko) ====

@@ -100,10 +100,10 @@
 int	restart_cpus(cpumask_t);
 int	stop_cpus(cpumask_t);
 void	smp_rendezvous_action(void);
-void   smp_no_rendevous_barrier(void *);
 extern	struct mtx smp_ipi_mtx;
 
 #endif /* SMP */
+void	smp_no_rendevous_barrier(void *);
 void	smp_rendezvous(void (*)(void *), 
 		       void (*)(void *),
 		       void (*)(void *),



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