diff options
author | Avi Kivity <avi@qumranet.com> | 2007-11-19 11:44:15 -0500 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-01-30 10:53:06 -0500 |
commit | 971535ff65da2e967a1105a3b2fa3693fc83ca8f (patch) | |
tree | 89bc4d9bac2873341dacc4957e642709326a69d5 /drivers/kvm | |
parent | 3e021bf5053bc45448e43cf1d7d020ddf1409714 (diff) |
KVM: MMU: Remove unused variable
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'drivers/kvm')
-rw-r--r-- | drivers/kvm/paging_tmpl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/kvm/paging_tmpl.h b/drivers/kvm/paging_tmpl.h index be6640178f6b..77a2b22492bf 100644 --- a/drivers/kvm/paging_tmpl.h +++ b/drivers/kvm/paging_tmpl.h | |||
@@ -72,7 +72,6 @@ static int FNAME(walk_addr)(struct guest_walker *walker, | |||
72 | struct kvm_vcpu *vcpu, gva_t addr, | 72 | struct kvm_vcpu *vcpu, gva_t addr, |
73 | int write_fault, int user_fault, int fetch_fault) | 73 | int write_fault, int user_fault, int fetch_fault) |
74 | { | 74 | { |
75 | pt_element_t *table; | ||
76 | pt_element_t pte; | 75 | pt_element_t pte; |
77 | gfn_t table_gfn; | 76 | gfn_t table_gfn; |
78 | unsigned index; | 77 | unsigned index; |