PERFORCE change 209124 for review

John Baldwin jhb at FreeBSD.org
Thu Apr 5 21:18:14 UTC 2012


http://p4web.freebsd.org/@@209124?ac=10

Change 209124 by jhb at jhb_jhbbsd on 2012/04/05 21:17:14

	- Add a test module to see if the "fast" lists really are better.
	- Compile.

Affected files ...

.. //depot/projects/smpng/sys/modules/evbench/Makefile#1 add
.. //depot/projects/smpng/sys/modules/evbench/evbench.c#1 add
.. //depot/projects/smpng/sys/sys/eventhandler.h#37 edit

Differences ...

==== //depot/projects/smpng/sys/sys/eventhandler.h#37 (text+ko) ====

@@ -163,7 +163,7 @@
 									\
 	KASSERT(_el->el_flags & EHL_INITTED,				\
  	   ("eventhandler_fast_invoke: too early"));			\
-	if (!TAILQ_EMPTY(&_el->el_entries) {				\
+	if (!TAILQ_EMPTY(&_el->el_entries)) {				\
 		EHL_LOCK(_el);						\
 		_EVENTHANDLER_INVOKE(name, _el , ## __VA_ARGS__);	\
 	}								\


More information about the p4-projects mailing list