[PATCH 000/003] Remove getnstimestamp()
- From: Matt Helsley <matthltc@xxxxxxxxxx>
- Date: Wed, 14 Dec 2005 20:29:46 -0800
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
-
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/
- Follow-Ups:
- Re: [PATCH 002/003] Switch getnstimestamp() calls to ktime_get_ts()
- From: Matt Helsley
- Re: [PATCH 003/003] Remove getnstimestamp()
- From: Matt Helsley
- [PATCH 001/003] Export ktime_get_ts()
- From: Matt Helsley
- Re: [PATCH 002/003] Switch getnstimestamp() calls to ktime_get_ts()
- Prev by Date: Re: [PATCH] slab gcc fix
- Next by Date: [PATCH 001/003] Export ktime_get_ts()
- Previous by thread: 2.6.14-ck7
- Next by thread: [PATCH 001/003] Export ktime_get_ts()
- Index(es):
Relevant Pages
|