Commit a1a20462 authored by Hannes Payer's avatar Hannes Payer

Reactivate all the cores in cpu.sh.

BUG=
R=jkummerow@chromium.org

Review URL: https://codereview.chromium.org/1004763002

Cr-Commit-Position: refs/heads/master@{#27170}
parent 7290d15e
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment