All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 000/003] Remove getnstimestamp()
@ 2005-12-15  4:29 Matt Helsley
  2005-12-15  4:32 ` [PATCH 001/003] Export ktime_get_ts() Matt Helsley
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Matt Helsley @ 2005-12-15  4:29 UTC (permalink / raw)
  To: Andrew Morton
  Cc: john stultz, Thomas Gleixner, Shailabh Nagar, Christoph Lameter,
	linux-kernel, Jay Lan, George Anzinger

	This series removes the getnstimestamp() function from kernel/time.c in
favor of kernel/hrtimer.c's ktime_get_ts() function which currently does
exactly the same thing: retrieves a high-resolution (ns) timespec
structure and performs the wall_to_monotonic adjustment.

	As Jay Lan suggested I was going to replace calls to getnstimestamp()
with do_posix_clock_monotonic_gettime() but the hrtimer patches switched
that to a macro. ktime_get_ts() is shorter and avoids unnecessary
association with posix timers (though it does not emphasize monotonicity
or resolution).

The series:

001/003 export-ktime_get_ts.patch
	Exports ktime_get_ts()

002/003 proc-events-use-ktime-for-timestamp.patch
	Switches the only user of getnstimestamp() to ktime_get_ts()

003/003 rm-getnstimestamp.patch
	Remove getnstimestamp() from kernel/time.c


Thanks,
	-Matt Helsley



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-12-15  4:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-15  4:29 [PATCH 000/003] Remove getnstimestamp() Matt Helsley
2005-12-15  4:32 ` [PATCH 001/003] Export ktime_get_ts() Matt Helsley
2005-12-15  4:35 ` [PATCH 002/003] Switch getnstimestamp() calls to ktime_get_ts() Matt Helsley
2005-12-15  4:36 ` [PATCH 003/003] Remove getnstimestamp() Matt Helsley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.