PERFORCE change 135074 for review

John Birrell jb at FreeBSD.org
Fri Feb 8 15:57:32 PST 2008


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

Change 135074 by jb at 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 *),


More information about the p4-projects mailing list