diff options
Diffstat (limited to 'tools/testing/selftests/rcutorture/bin/kvm.sh')
| -rwxr-xr-x | tools/testing/selftests/rcutorture/bin/kvm.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/rcutorture/bin/kvm.sh b/tools/testing/selftests/rcutorture/bin/kvm.sh index 368d64ac779e..dd2812ceb0ba 100755 --- a/tools/testing/selftests/rcutorture/bin/kvm.sh +++ b/tools/testing/selftests/rcutorture/bin/kvm.sh | |||
| @@ -310,7 +310,7 @@ function dump(first, pastlast) | |||
| 310 | cfr[jn] = cf[j] "." cfrep[cf[j]]; | 310 | cfr[jn] = cf[j] "." cfrep[cf[j]]; |
| 311 | } | 311 | } |
| 312 | if (cpusr[jn] > ncpus && ncpus != 0) | 312 | if (cpusr[jn] > ncpus && ncpus != 0) |
| 313 | ovf = "(!)"; | 313 | ovf = "-ovf"; |
| 314 | else | 314 | else |
| 315 | ovf = ""; | 315 | ovf = ""; |
| 316 | print "echo ", cfr[jn], cpusr[jn] ovf ": Starting build. `date`"; | 316 | print "echo ", cfr[jn], cpusr[jn] ovf ": Starting build. `date`"; |
