Searched hist:"9 cf6ace5f5c7981f5df76af3e1b90d77cc3cdece" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/isdn/mISDN/ |
H A D | dsp.h | diff 9cf6ace5f5c7981f5df76af3e1b90d77cc3cdece Wed Apr 25 15:54:48 CDT 2012 Karsten Keil <isdn@linux-pingi.de> 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>
|
H A D | dsp_cmx.c | diff 9cf6ace5f5c7981f5df76af3e1b90d77cc3cdece Wed Apr 25 15:54:48 CDT 2012 Karsten Keil <isdn@linux-pingi.de> 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>
|