diff options
Diffstat (limited to 'arch/x86/kvm')
-rw-r--r-- | arch/x86/kvm/mmu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/mmu.c b/arch/x86/kvm/mmu.c index 1ca7164a74f1..24dd43d45ae4 100644 --- a/arch/x86/kvm/mmu.c +++ b/arch/x86/kvm/mmu.c | |||
@@ -1238,7 +1238,7 @@ static int kvm_age_rmapp(struct kvm *kvm, unsigned long *rmapp, | |||
1238 | unsigned long data) | 1238 | unsigned long data) |
1239 | { | 1239 | { |
1240 | u64 *sptep; | 1240 | u64 *sptep; |
1241 | struct rmap_iterator iter; | 1241 | struct rmap_iterator uninitialized_var(iter); |
1242 | int young = 0; | 1242 | int young = 0; |
1243 | 1243 | ||
1244 | /* | 1244 | /* |