mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 09:01:34 +00:00
KVM: PPC: Book3S HV: Remove useless statement
This removes a statement that has no effect. It should have been
removed in commit 898b25b202
("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: Paul Mackerras <paulus@ozlabs.org>
This commit is contained in:
parent
117647ff93
commit
4fcf361dbd
@ -2831,7 +2831,6 @@ static noinline void kvmppc_run_core(struct kvmppc_vcore *vc)
|
||||
*/
|
||||
if (!thr0_done)
|
||||
kvmppc_start_thread(NULL, pvc);
|
||||
thr += pvc->num_threads;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user