Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4fcf361d authored by Paul Mackerras's avatar Paul Mackerras
Browse files

KVM: PPC: Book3S HV: Remove useless statement



This removes a statement that has no effect.  It should have been
removed in commit 898b25b2 ("KVM: PPC: Book3S HV: Simplify dynamic
micro-threading code", 2017-06-22) along with the loop over the
piggy-backed virtual cores.

This issue was reported by Coverity.

Signed-off-by: default avatarPaul Mackerras <paulus@ozlabs.org>
parent 117647ff
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -2831,7 +2831,6 @@ static noinline void kvmppc_run_core(struct kvmppc_vcore *vc)
		 */
		 */
		if (!thr0_done)
		if (!thr0_done)
			kvmppc_start_thread(NULL, pvc);
			kvmppc_start_thread(NULL, pvc);
		thr += pvc->num_threads;
	}
	}


	/*
	/*