diff options
author | Zachary Amsden <zamsden@redhat.com> | 2010-09-18 14:38:14 -1000 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2010-10-24 10:53:05 +0200 |
commit | 34c238a1d1832d7b1f655641f52782e86396b30a (patch) | |
tree | 38622211122591fbba1888cee7e0adda33b7596f /include | |
parent | 5f4e3f882731c65b5d64a2ff743fda96eaebb9ee (diff) | |
download | blackbird-obmc-linux-34c238a1d1832d7b1f655641f52782e86396b30a.tar.gz blackbird-obmc-linux-34c238a1d1832d7b1f655641f52782e86396b30a.zip |
KVM: x86: Rename timer function
This just changes some names to better reflect the usage they
will be given. Separated out to keep confusion to a minimum.
Signed-off-by: Zachary Amsden <zamsden@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/kvm_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index 6022da1490e4..0b89d008db65 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h @@ -36,7 +36,7 @@ #define KVM_REQ_PENDING_TIMER 5 #define KVM_REQ_UNHALT 6 #define KVM_REQ_MMU_SYNC 7 -#define KVM_REQ_KVMCLOCK_UPDATE 8 +#define KVM_REQ_CLOCK_UPDATE 8 #define KVM_REQ_KICK 9 #define KVM_REQ_DEACTIVATE_FPU 10 #define KVM_REQ_EVENT 11 |