]> git.baikalelectronics.ru Git - kernel.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)
commitf04936311b5bd475c34d07ae9664ff9513d44bde
treea76e39521541dd3067e653f4463df5b651cf38af
parentf4ee71adbeed688a2f1ca16c33c8574fc5bcc638
[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]