From: Thomas Gleixner Date: Tue, 10 Jan 2006 04:52:31 +0000 (-0800) Subject: [PATCH] hrtimer: introduce ktime_t time format X-Git-Tag: v2.6.16-rc1~589 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97fc79f97b1111c80010d34ee66312b88f531e41;p=pandora-kernel.git [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 Signed-off-by: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed