PERFORCE change 87897 for review
John Baldwin
jhb at FreeBSD.org
Thu Dec 8 10:47:10 PST 2005
http://perforce.freebsd.org/chv.cgi?CH=87897
Change 87897 by jhb at jhb_twclab on 2005/12/08 18:45:55
Compile.
Affected files ...
.. //depot/projects/smpng/sys/kern/kern_sx.c#26 edit
Differences ...
==== //depot/projects/smpng/sys/kern/kern_sx.c#26 (text+ko) ====
@@ -41,9 +41,11 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/ktr.h>
+#include <sys/linker_set.h>
#include <sys/condvar.h>
#include <sys/lock.h>
#include <sys/mutex.h>
+#include <sys/proc.h>
#include <sys/sx.h>
#include <ddb/ddb.h>
@@ -377,7 +379,6 @@
{
struct thread *td;
struct sx *sx;
- int comma;
if (!have_addr)
return;
More information about the p4-projects
mailing list