Re: [PATCH-2.2.18] compile on Alpha - loops_per_jiffy

Alan Cox (alan@lxorguk.ukuu.org.uk)
Mon, 2 Oct 2000 17:21:25 +0100 (BST)


> following patch. It only replaces loops_per_sec with
> loops_per_jiffy*HZ. It works for me, although I'm not
> totally sure this is quite correct.

loops_per_jiffy*HZ overflows at 2GHz for an int. If the alpha is using ulong
for this I guess it works fine at 64bits.

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