Re: arca-1-against-pre-2.1.127-3

Mike Galbraith (mikeg@weiden.de)
Sun, 1 Nov 1998 10:24:01 +0100 (CET)


On 31 Oct 1998, Linus Torvalds wrote:

> In article <Pine.LNX.4.02A.9810311434520.242-100000@mikeg.weiden.de>,
> Mike Galbraith <mikeg@weiden.de> wrote:
> >+extern inline unsigned long time_delta(unsigned long now, unsigned long then)
> >+{
> >+ return now < then ? ~then + now + 1 : now - then;
> >+}
> > #endif
>
> One of us must be on drugs. As far as I can tell, the above is
> equivalent to unconditionally doing

(look at the pretty colors)

Seemed quite reasonable at the time.

-Mike

-
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/