Re: Linux 2.5.63

From: Christoph Hellwig (hch@infradead.org)
Date: Mon Feb 24 2003 - 15:30:46 EST


> George Anzinger <george@mvista.com>:
> o POSIX clocks & timers

Care to explain what FOLD_NANO_SLEEP_INTO_CLOCK_NANO_SLEEP
is supposed to do? It's always defined in signal.h, so we can
aswell get rid of it..

And what's this:

#ifndef div_long_long_rem
+#include <asm/div64.h>
+
+#define div_long_long_rem(dividend,divisor,remainder) ({ \
+ u64 result = dividend; \
+ *remainder = do_div(result,divisor); \
+ result; })
+
+#endif /* ifndef div_long_long_rem */

Any reason you can't just use do_div directly like everyone else? :)

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



This archive was generated by hypermail 2b29 : Fri Feb 28 2003 - 22:00:22 EST