Re: [patch] jiffies wraparound [Re: 2.1.125 Show stopper list: Draft]

MOLNAR Ingo (mingo@chiara.csoma.elte.hu)
Sun, 18 Oct 1998 18:43:22 +0200 (CEST)


not sure, maybe instead of pointer games, it might be better to use the
return value:

timeout -= schedule_timeout(timeout);

since GCC preserves a return register anyway. (on x86)

-- mingo

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