summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-06-01 21:18:08 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-06-01 21:18:08 +0000
commit8da2d1eb14e1a27ec44fb2d6d3693779376e6fc3 (patch)
treed7d5fde3d8eb333520192dc30b4767008597253e
parent1c73f20054f9fe994983ca97cda87648f0d80fa0 (diff)
Don't try work queues on 2.4
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@660 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rwxr-xr-xwct4xxp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/wct4xxp.c b/wct4xxp.c
index 5111174..3be0ba4 100755
--- a/wct4xxp.c
+++ b/wct4xxp.c
@@ -55,7 +55,9 @@
/* Work queues are a way to better distribute load on SMP systems */
+#ifdef LINUX26
#define ENABLE_WORKQUEUES
+#endif
/* Enable prefetching may help performance */
#define ENABLE_PREFETCH