commit | e2787630c1abb075c935cf47e91beb7c656f48c4 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Thu Jan 12 11:36:14 2006 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Thu Jan 12 11:36:14 2006 +0100 |
tree | 43b6ee44b9f81fdb33283313f167d6ecec2b0243 | |
parent | 288867ec5c377db82933b64460ce050e5c998ee9 [diff] |
[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 <tglx@linutronix.de>