mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
KVM: PPC: Book3S PR: Remove unused variable
This fixes a compile error with W=1. Signed-off-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20210819125656.14498-5-clg@kaod.org
This commit is contained in:
parent
cb53a93e33
commit
b352ddae7b
@ -196,7 +196,7 @@ static int kvmppc_mmu_book3s_64_xlate(struct kvm_vcpu *vcpu, gva_t eaddr,
|
||||
hva_t ptegp;
|
||||
u64 pteg[16];
|
||||
u64 avpn = 0;
|
||||
u64 v, r;
|
||||
u64 r;
|
||||
u64 v_val, v_mask;
|
||||
u64 eaddr_mask;
|
||||
int i;
|
||||
@ -285,7 +285,6 @@ do_second:
|
||||
goto do_second;
|
||||
}
|
||||
|
||||
v = be64_to_cpu(pteg[i]);
|
||||
r = be64_to_cpu(pteg[i+1]);
|
||||
pp = (r & HPTE_R_PP) | key;
|
||||
if (r & HPTE_R_PP0)
|
||||
|
Loading…
Reference in New Issue
Block a user