]> git.baikalelectronics.ru Git - kernel.git/commit
mISDN: DSP scheduling fix (version 2)
authorKarsten Keil <isdn@linux-pingi.de>
Wed, 25 Apr 2012 20:54:48 +0000 (20:54 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Apr 2012 07:10:45 +0000 (03:10 -0400)
commite642f8085b69959804fa70ff73ee97888b3fcdb8
tree893417c150ee33709babe214087f0203c2e0377c
parent654e00589a6dcda6441c4a9efd0a0ef6048223b1
mISDN: DSP scheduling fix (version 2)

dsp_spl_jiffies need to be the same datatype as jiffies (which is ulong).
If not, on 64 bit systems it will fallback to schedule the DSP every jiffie
tic as soon jiffies become > 2^32.

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/mISDN/dsp.h
drivers/isdn/mISDN/dsp_cmx.c