mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
KVM: MMU: Remove unused variable
Signed-off-by: Avi Kivity <avi@qumranet.com>
This commit is contained in:
parent
3e021bf505
commit
971535ff65
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ static int FNAME(walk_addr)(struct guest_walker *walker,
|
|||
struct kvm_vcpu *vcpu, gva_t addr,
|
||||
int write_fault, int user_fault, int fetch_fault)
|
||||
{
|
||||
pt_element_t *table;
|
||||
pt_element_t pte;
|
||||
gfn_t table_gfn;
|
||||
unsigned index;
|
||||
|
|
Loading…
Add table
Reference in a new issue