Skip to content

Commit fb8910e

Browse files
author
Fox Snowpatch
committed
1 parent ddf9a4c commit fb8910e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/powerpc/kvm/book3s_hv.c

-2
Original file line numberDiff line numberDiff line change
@@ -4049,7 +4049,6 @@ static noinline void kvmppc_run_core(struct kvmppc_vcore *vc)
40494049
/* Return to whole-core mode if we split the core earlier */
40504050
if (cmd_bit) {
40514051
unsigned long hid0 = mfspr(SPRN_HID0);
4052-
unsigned long loops = 0;
40534052

40544053
hid0 &= ~HID0_POWER8_DYNLPARDIS;
40554054
stat_bit = HID0_POWER8_2LPARMODE | HID0_POWER8_4LPARMODE;
@@ -4061,7 +4060,6 @@ static noinline void kvmppc_run_core(struct kvmppc_vcore *vc)
40614060
if (!(hid0 & stat_bit))
40624061
break;
40634062
cpu_relax();
4064-
++loops;
40654063
}
40664064
split_info.do_nap = 0;
40674065
}

0 commit comments

Comments
 (0)