[PATCH] hrtimer: introduce nsec_t type and conversion functions
authorThomas Gleixner <tglx@linutronix.de>
Tue, 10 Jan 2006 04:52:30 +0000 (20:52 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 10 Jan 2006 16:01:37 +0000 (08:01 -0800)
commitf8f46da3b4cbb03b43a102b1eb92b63419e10f90
treee27636e88406d96ddae4687267f4854171303c8d
parent718bcceb5ad72a5def2c2fd1fa3ef964be32a857
[PATCH] hrtimer: introduce nsec_t type and conversion functions

- introduce the nsec_t type

- basic nsec conversion routines: timespec_to_ns(), timeval_to_ns(),
  ns_to_timespec(), ns_to_timeval().

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/time.h
kernel/time.c