* include/asm-frv/delay.h: bogus ndelay() definition?
@ 2005-07-01 9:24 Denis Vlasenko
0 siblings, 0 replies; only message in thread
From: Denis Vlasenko @ 2005-07-01 9:24 UTC (permalink / raw)
To: linux-kernel
include/asm-frv/delay.h:
static inline void udelay(unsigned long usecs)
{
__delay(usecs * __delay_loops_MHz);
}
#define ndelay(n) udelay((n) * 5)
This is anything but correct nanosecond delay.
Does anybody know what's going on here?!
--
vda
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-07-01 9:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-01 9:24 include/asm-frv/delay.h: bogus ndelay() definition? Denis Vlasenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®