summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/Makefile
diff options
context:
space:
mode:
authorThierry MERLE <thierry.merle@free.fr>2008-09-01 22:32:10 +0200
committerThierry MERLE <thierry.merle@free.fr>2008-09-01 22:32:10 +0200
commit659f6de01c8db2a4d84800c14cda9816821a1e11 (patch)
treeebfb1975e0a61ba015c6896fd55e60a1ce20ed34 /linux/drivers/media/dvb/frontends/Makefile
parent2f96c8ed0e34f83524cfce79d48ef98ae3a5554f (diff)
downloadmediapointer-dvb-s2-659f6de01c8db2a4d84800c14cda9816821a1e11.tar.gz
mediapointer-dvb-s2-659f6de01c8db2a4d84800c14cda9816821a1e11.tar.bz2
b2c2 and bt8xx: udelay to mdelay
From: Thierry MERLE <thierry.merle@free.fr> b2c2-flexcop, dvb/bt8xx and video/bt8xx fails to build on ARM with: __bad_udelay is specifically designed on ARM to fail when udelay is called in a bad way. arch/arm/include/asm/delay.h has this to say about __bad_udelay: /* * This function intentionally does not exist; if you see references to * it, it means that you're calling udelay() with an out of range value. * * With currently imposed limits, this means that we support a max delay * of 2000us. Further limits: HZ<=1000 and bogomips<=3355 */ extern void __bad_udelay(void); Solution is to replace udelay by a mdelay and udelay with value less than 2000 Priority: high Signed-off-by: Thierry MERLE <thierry.merle@free.fr>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Makefile')
0 files changed, 0 insertions, 0 deletions