summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-05-10 19:43:02 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-05-10 19:43:02 +0000
commit9053ac67d7663d4553bb644f01faab1e088140e4 (patch)
treef530bcf74055b11de025018cd5c143acc823134a
parent4a4bf08122c43a5ec1a1899c23b7415bf57055ab (diff)
Make sure it's a high priority tasklet
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2505 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--wct4xxp/base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wct4xxp/base.c b/wct4xxp/base.c
index df7275a..9072ab4 100644
--- a/wct4xxp/base.c
+++ b/wct4xxp/base.c
@@ -2940,7 +2940,7 @@ ZAP_IRQ_HANDLER(t4_interrupt_gen2)
spin_unlock(&wc->reglock);
if (unlikely(test_bit(T4_CHECK_VPM, &wc->checkflag) || test_bit(T4_CHECK_FRAMER, &wc->checkflag)))
- tasklet_schedule(&wc->t4_tlet);
+ tasklet_hi_schedule(&wc->t4_tlet);
#ifndef ENABLE_WORKQUEUES
__t4_pci_out(wc, WC_INTR, 0);