commit | da8f2e170ea94cc20f8ebbc8ee8d127edb8f12f1 | [log] [tgz] |
---|---|---|
author | Arjan van de Ven <arjan@linux.intel.com> | Sun Sep 07 10:47:46 2008 -0700 |
committer | Arjan van de Ven <arjan@linux.intel.com> | Sun Sep 07 10:58:01 2008 -0700 |
tree | 08d25027a7769cd250aca5b516a3d8c95e4385be | |
parent | 2ec02270c00f94b08fddfb68c37510a9fb47ac7c [diff] |
hrtimer: add a hrtimer_start_range() function this patch adds a _range version of hrtimer_start() so that range timers can be created; the hrtimer_start() function is just a wrapper around this. In addition, hrtimer_start_expires() will now preserve existing ranges. Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>