[zaptel-commits] mattf: trunk r2505 - /trunk/wct4xxp/base.c

zaptel-commits at lists.digium.com zaptel-commits at lists.digium.com
Thu May 10 12:43:03 MST 2007


Author: mattf
Date: Thu May 10 14:43:02 2007
New Revision: 2505

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2505
Log:
Make sure it's a high priority tasklet

Modified:
    trunk/wct4xxp/base.c

Modified: trunk/wct4xxp/base.c
URL: http://svn.digium.com/view/zaptel/trunk/wct4xxp/base.c?view=diff&rev=2505&r1=2504&r2=2505
==============================================================================
--- trunk/wct4xxp/base.c (original)
+++ trunk/wct4xxp/base.c Thu May 10 14:43:02 2007
@@ -2940,7 +2940,7 @@
 	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);



More information about the zaptel-commits mailing list