commit | 4fcf361dbdbdb43038bb173e2391c4073e713745 | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@ozlabs.org> | Mon Nov 20 14:17:53 2017 +1100 |
committer | Paul Mackerras <paulus@ozlabs.org> | Thu Nov 23 14:23:14 2017 +1100 |
tree | 329148031681c2124a86ce7f54b05af8946d57ff | |
parent | 117647ff936e2d9684cc881d87c0291f46669c20 [diff] |
KVM: PPC: Book3S HV: Remove useless statement This removes a statement that has no effect. It should have been removed in commit 898b25b202f3 ("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>