Re: [PATCH] 64-bit divide tweaks

Tim Schmielau (tim@physik3.uni-rostock.de)
Fri, 25 Jan 2002 22:50:16 +0100 (CET)


On Fri, 25 Jan 2002, Jeff Garzik wrote:

> If you are gonna hack them all anyway, why not turn them into static
> inlines...

Probably a good idea, but then all user need some change like
do_div(n,base) --> do_div(&n,base)
as do_div currently is not valid C semantics.

Tim

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