"do_gettimeofday" vs "get_realtime_clock_ts" vs "__get_realtime_clock_ts"

From: Robert P. J. Day
Date: Sat Jan 06 2007 - 05:52:22 EST



i notice, in kernel/timer.c, the kernel-doc comment for
do_gettimeofday():

NOTE: Users should be converted to using get_realtime_clock_ts()

does this mean that do_gettimeofday() should be officially deprecated?
that *seems* to be what that note is suggesting.

in any event, there is no "get_realtime_clock_ts" routine -- it's
actually called "__get_realtime_clock_ts". so *something* should be
fixed here, no?

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