Daemon News Ezine BSD News BSD Mall BSD Support Forum BSD Advocacy BSD Updates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PERFORCE change 90539 for review



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

Change 90539 by imp@imp_Speedy on 2006/01/28 00:47:55

	lock unused.

Affected files ...

.. //depot/projects/arm/src/sys/kern/subr_sleepqueue.c#4 edit

Differences ...

==== //depot/projects/arm/src/sys/kern/subr_sleepqueue.c#4 (text+ko) ====

@@ -853,7 +853,9 @@
 {
 	struct sleepqueue_chain *sc;
 	struct sleepqueue *sq;
+#ifdef INVARIANTS
 	struct lock_object *lock;
+#endif
 	struct thread *td;
 	void *wchan;
 	int i;