commit | 9cf6ace5f5c7981f5df76af3e1b90d77cc3cdece | [log] [tgz] |
---|---|---|
author | Karsten Keil <isdn@linux-pingi.de> | Wed Apr 25 20:54:48 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 26 03:10:45 2012 -0400 |
tree | 893417c150ee33709babe214087f0203c2e0377c | |
parent | efef50a59f5536b94953838b05472eb490f6be09 [diff] |
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>