]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] hrtimers: remove nsec_t typedef
authorRoman Zippel <zippel@linux-m68k.org>
Sun, 26 Mar 2006 09:38:11 +0000 (01:38 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 26 Mar 2006 16:57:03 +0000 (08:57 -0800)
commitf156398437f8d93a9afe5c9cd950de33495869b9
tree37e38f934e4505ddf23569227865f47facff64e8
parent500c5bbe1a89dd5140b4fd7507b4d033f8d6b746
[PATCH] hrtimers: remove nsec_t typedef

nsec_t predates ktime_t and has mostly been superseded by it.  In the few
places that are left it's better to make it explicit that we're dealing with
64 bit values here.

Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: John Stultz <johnstul@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/time.h
kernel/hrtimer.c
kernel/time.c