Re: testing/pre-7 and do_poll()

Linus Torvalds (torvalds@transmeta.com)
Sun, 10 Jan 1999 22:46:01 -0800 (PST)


On Mon, 11 Jan 1999, Chip Salzenberg wrote:
>
> Well, I forgot the (unsigned long) cast, as someone else noted:
>
> timeout = ROUND_UP((unsigned long) timeout, 1000/HZ);
>
> Otherwise, the code is Just Right.

Duh?

The above code is basically just completely wrong.

Hint: HZ is a define - not 100.

You just ended up dividing by zero on certain architectures.

Linus

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/