commit | beb20d52d03a51218827fb4a36a4b583debb03f9 | [log] [tgz] |
---|---|---|
author | Arjan van de Ven <arjan@linux.intel.com> | Mon Sep 01 14:55:57 2008 -0700 |
committer | Arjan van de Ven <arjan@linux.intel.com> | Fri Sep 05 21:35:07 2008 -0700 |
tree | f4071d0bd3464576b07177e8d91d4d5f1e5accce | |
parent | 63ca243b271f5b44e0b1057003cf498b6d0fadf7 [diff] |
hrtimer: convert kvm 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 to these accessors. Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>