aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Díaz <daniel.diaz@linaro.org>2015-11-30 11:30:32 -0600
committerDaniel Díaz <daniel.diaz@linaro.org>2015-11-30 11:32:55 -0600
commita8c95d4bab83526e493488fd7c6e3d7ddb1639b6 (patch)
treed339e566b68da4d0d25c287f8248fd976ff832ec
parent0d2c9e5809a7f3eb314989396373cad5b2189f4b (diff)
nexus9: Fix CPU freq settings (cpu1 -> cpu0).
Change-Id: I213249e46a5b6e23a37d9e4abf81dd8e35c36b68 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
-rw-r--r--templates/nexus9_caffeinemark.yaml2
-rw-r--r--templates/nexus9_linpack.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/nexus9_caffeinemark.yaml b/templates/nexus9_caffeinemark.yaml
index 97c9ad2..9aea863 100644
--- a/templates/nexus9_caffeinemark.yaml
+++ b/templates/nexus9_caffeinemark.yaml
@@ -12,7 +12,7 @@ workloads:
- id: caffeinemark
runtime_parameters:
sysfile_values:
- /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor: userspace
+ /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor: userspace
/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq: 1224000
/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq: 1224000
name: caffeinemark
diff --git a/templates/nexus9_linpack.yaml b/templates/nexus9_linpack.yaml
index 4833078..1ee047c 100644
--- a/templates/nexus9_linpack.yaml
+++ b/templates/nexus9_linpack.yaml
@@ -12,7 +12,7 @@ workloads:
- id: linpack
runtime_parameters:
sysfile_values:
- /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor: userspace
+ /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor: userspace
/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq: 1224000
/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq: 1224000
name: linpack