From: Thomas Gleixner Date: Thu, 12 Jan 2006 10:36:14 +0000 (+0100) Subject: [hrtimer] Change resolution storage to ktime_t format X-Git-Tag: v2.6.16-rc1~183^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2787630c1abb075c935cf47e91beb7c656f48c4;p=pandora-kernel.git [hrtimer] Change resolution storage to ktime_t format Change the storage format of the per base resolution to ktime_t to make it easier accessible in the hrtimers code. Change the resolution from (NSEC_PER_SEC/HZ) to TICK_NSEC as Roman pointed out. TICK_NSEC is closer to the real resolution. Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed