Commit 46765aa
KVM: PPC: Book3S HV: remove unused varible
During build testing, we found a error:
arch/powerpc/kvm/book3s_hv.c:4052:17: error: variable 'loops' set but not used
unsigned long loops = 0;
1 error generated.
Fix it by removing the unused variable.
Fixes: b4deba5 ("KVM: PPC: Book3S HV: Implement dynamic micro-threading on POWER8")
Signed-off-by: Alex Shi <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://msgid.link/[email protected]1 parent 9739ff4 commit 46765aa
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4057 | 4057 | | |
4058 | 4058 | | |
4059 | 4059 | | |
4060 | | - | |
4061 | 4060 | | |
4062 | 4061 | | |
4063 | 4062 | | |
| |||
4069 | 4068 | | |
4070 | 4069 | | |
4071 | 4070 | | |
4072 | | - | |
4073 | 4071 | | |
4074 | 4072 | | |
4075 | 4073 | | |
| |||
0 commit comments