]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
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)
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>

No differences found