[zaptel-commits] kpfleming: branch 1.2 r2119 - /branches/1.2/wct4xxp/base.c

zaptel-commits at lists.digium.com zaptel-commits at lists.digium.com
Wed Feb 7 14:22:45 MST 2007


Author: kpfleming
Date: Wed Feb  7 15:22:44 2007
New Revision: 2119

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2119
Log:
don't allow wct4xxp workqueue support to be built against kernel 2.6.20... it's not going to work

Modified:
    branches/1.2/wct4xxp/base.c

Modified: branches/1.2/wct4xxp/base.c
URL: http://svn.digium.com/view/zaptel/branches/1.2/wct4xxp/base.c?view=diff&rev=2119&r1=2118&r2=2119
==============================================================================
--- branches/1.2/wct4xxp/base.c (original)
+++ branches/1.2/wct4xxp/base.c Wed Feb  7 15:22:44 2007
@@ -64,7 +64,7 @@
 
 
 /* Work queues are a way to better distribute load on SMP systems */
-#ifdef LINUX26
+#if defined(LINUX26) && (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,20))
 /*
  * Work queues can significantly improve performance and scalability
  * on multi-processor machines, but requires bypassing some kernel



More information about the zaptel-commits mailing list