From: Karsten Keil Date: Wed, 25 Apr 2012 20:54:48 +0000 (+0000) Subject: mISDN: DSP scheduling fix (version 2) X-Git-Tag: v3.5-rc1~109^2~291 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cf6ace5f5c7981f5df76af3e1b90d77cc3cdece;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed