Reviewers: Jakob,

Message:
Committed patchset #1 (id:1) manually as
a1a20462748d89558f8431828f80d8631e9b260b (presubmit successful).

Description:
Reactivate all the cores in cpu.sh.

BUG=
[email protected]

Committed:
https://chromium.googlesource.com/v8/v8/+/a1a20462748d89558f8431828f80d8631e9b260b

Please review this at https://codereview.chromium.org/1004763002/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+1, -1 lines):
  M tools/cpu.sh


Index: tools/cpu.sh
diff --git a/tools/cpu.sh b/tools/cpu.sh
index 8e8a243c6058803c8356ad4c75dce601bd0cd737..0597d09ea99647eae832b755e9b59995a3f1d4d0 100755
--- a/tools/cpu.sh
+++ b/tools/cpu.sh
@@ -31,7 +31,7 @@ single_core() {

 all_cores() {
   echo "Reactivating all CPU cores"
-  for (( i=2; i<=$MAXID; i++ )); do
+  for (( i=1; i<=$MAXID; i++ )); do
     echo 1 > $CPUPATH/cpu$i/online
   done
 }


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to