commit | 18dd36af0010dd70c8634cdca0f99b47b5036c60 | [log] [tgz] |
---|---|---|
author | Arjan van de Ven <arjan@linux.intel.com> | Mon Sep 01 15:19:11 2008 -0700 |
committer | Arjan van de Ven <arjan@linux.intel.com> | Fri Sep 05 21:35:19 2008 -0700 |
tree | e6989ec3361023f16896bd1984747f80acc06ca0 | |
parent | 23446d1dc3d4f42a2b0fb82d4a098f9179ba486d [diff] |
hrtimer: convert kvm-ia64 to the new hrtimer apis In order to be able to do range hrtimers we need to use accessor functions to the "expire" member of the hrtimer struct. This patch converts KVM-ia64 to these accessors. Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>