diff options
author | Avi Kivity <avi@qumranet.com> | 2007-10-16 11:22:08 -0400 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-01-30 10:52:53 -0500 |
commit | 3176bc3e59cc4e30ac10888f08124b31969a7a88 (patch) | |
tree | a5f7bb276f3b553fffc286bcb28714d478776eb9 /drivers/kvm/kvm.h | |
parent | ab6ef34b906546d85d92dbc3e0fb4e01cce05f62 (diff) |
KVM: Rename KVM_TLB_FLUSH to KVM_REQ_TLB_FLUSH
We now have a new namespace, KVM_REQ_*, for bits in vcpu->requests.
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'drivers/kvm/kvm.h')
-rw-r--r-- | drivers/kvm/kvm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/kvm/kvm.h b/drivers/kvm/kvm.h index 1edf8a5e365e..6ae7b6332e32 100644 --- a/drivers/kvm/kvm.h +++ b/drivers/kvm/kvm.h | |||
@@ -67,7 +67,7 @@ | |||
67 | /* | 67 | /* |
68 | * vcpu->requests bit members | 68 | * vcpu->requests bit members |
69 | */ | 69 | */ |
70 | #define KVM_TLB_FLUSH 0 | 70 | #define KVM_REQ_TLB_FLUSH 0 |
71 | 71 | ||
72 | /* | 72 | /* |
73 | * Address types: | 73 | * Address types: |