tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
re: 9.1: boot-time delay? [WORKAROUND FOUND]
> > Me too. I was - am - rather puzzled by it.
>
> Right. That was my issue. Claiming that you'd get more problems with
> rounding and issues with coarsness when running at a higher frequency,
> when it in fact is the exact opposite. With a higher frequency you have
> more accuracy and less errors from truncations.
>
> Anyway, I have no idea what the actual problem is. Good luck with that part.
as i posted earlier in this thread:
# define hztoms(t) ((unsigned int)(((t) + 0ul) * 1000ul / hz))
when hz > 1000, this returns 0 for input of 1. 0 can sometimes
mean "never block" and sometimes can mean "block forever".
.mrg.
Home |
Main Index |
Thread Index |
Old Index