]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[PATCH] hrtimer: introduce ktime_t time format
authorThomas Gleixner <tglx@linutronix.de>
Tue, 10 Jan 2006 04:52:31 +0000 (20:52 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 10 Jan 2006 16:01:37 +0000 (08:01 -0800)
commit97fc79f97b1111c80010d34ee66312b88f531e41
treea76e39521541dd3067e653f4463df5b651cf38af
parentf8f46da3b4cbb03b43a102b1eb92b63419e10f90
[PATCH] hrtimer: introduce ktime_t time format

- introduce ktime_t: nanosecond-resolution time format.

- eliminate the plain s64 scalar type, and always use the union.
  This simplifies the arithmetics. Idea from Roman Zippel.

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>
arch/i386/Kconfig
include/linux/ktime.h [new file with mode: 0644]