aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2011-10-03 13:56:11 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2011-10-03 13:56:11 +0200
commit35fb172828623d72f2a6da127b4c81abcc44268c (patch)
treee168f83fb8556111243fe8a5cc25ab81c11f1c6e
parent30ec45a71aa053928bea7e4e739e7c576b2c55a8 (diff)
change header to specify 'on Linux'
Specify the test suite can be run on Linux because it is not ARM specific. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Acked-by: Amit Kucheria <amit.kucheria@linaro.org>
-rw-r--r--Makefile2
-rw-r--r--Test.mk2
-rw-r--r--cpufreq/Makefile2
-rwxr-xr-xcpufreq/cpufreq_01.sh2
-rwxr-xr-xcpufreq/cpufreq_02.sh2
-rwxr-xr-xcpufreq/cpufreq_03.sh2
-rwxr-xr-xcpufreq/cpufreq_04.sh2
-rwxr-xr-xcpufreq/cpufreq_05.sh2
-rwxr-xr-xcpufreq/cpufreq_06.sh2
-rwxr-xr-xcpufreq/cpufreq_07.sh2
-rwxr-xr-xcpufreq/cpufreq_08.sh2
-rwxr-xr-xcpufreq/cpufreq_09.sh2
-rw-r--r--cpuhotplug/Makefile2
-rw-r--r--cpuhotplug/cpuhotplug_01.sh2
-rw-r--r--cpuhotplug/cpuhotplug_02.sh2
-rw-r--r--cpuhotplug/cpuhotplug_03.sh2
-rw-r--r--cpuhotplug/cpuhotplug_04.sh2
-rw-r--r--cpuhotplug/cpuhotplug_05.sh2
-rw-r--r--cpuhotplug/cpuhotplug_06.sh2
-rw-r--r--cpuhotplug/cpuhotplug_07.sh2
-rw-r--r--cpuhotplug/cpuhotplug_08.sh2
-rw-r--r--include/functions.sh2
-rw-r--r--sched_mc/Makefile2
-rwxr-xr-xsched_mc/sched_01.sh2
-rwxr-xr-xsched_mc/sched_02.sh2
-rwxr-xr-xsched_mc/sched_03.sh2
-rwxr-xr-xsched_mc/sched_04.sh2
-rw-r--r--testcases.awk2
-rw-r--r--testcases/Makefile2
-rw-r--r--testcases/cpufreq/Makefile2
-rwxr-xr-xtestcases/cpufreq/avail_freq01.sh2
-rwxr-xr-xtestcases/cpufreq/avail_freq02.sh2
-rwxr-xr-xtestcases/cpufreq/avail_gov01.sh2
-rwxr-xr-xtestcases/cpufreq/avail_gov02.sh2
-rw-r--r--testcases/cpuhotplug/Makefile2
-rwxr-xr-xtestcases/cpuhotplug/cpu_hotplug_latency.sh2
-rw-r--r--testcases/cpuidle/Makefile2
-rw-r--r--testcases/cpuidle/test_usb_cpuidle.c2
-rw-r--r--testcases/proof_o_concept/Makefile2
-rwxr-xr-xtestcases/proof_o_concept/PM-list_c_states.sh2
-rwxr-xr-xtestcases/proof_o_concept/PM-list_p_states.sh2
-rw-r--r--utils/Makefile2
-rw-r--r--utils/cpuburn.c2
-rw-r--r--utils/cpucycle.c2
-rw-r--r--utils/nanosleep.c2
45 files changed, 45 insertions, 45 deletions
diff --git a/Makefile b/Makefile
index 478fec3..1560e98 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/Test.mk b/Test.mk
index 3c387db..655527c 100644
--- a/Test.mk
+++ b/Test.mk
@@ -1,5 +1,5 @@
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/cpufreq/Makefile b/cpufreq/Makefile
index 762441f..a90620c 100644
--- a/cpufreq/Makefile
+++ b/cpufreq/Makefile
@@ -1,5 +1,5 @@
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/cpufreq/cpufreq_01.sh b/cpufreq/cpufreq_01.sh
index 8cfbce9..f4fc178 100755
--- a/cpufreq/cpufreq_01.sh
+++ b/cpufreq/cpufreq_01.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/cpufreq/cpufreq_02.sh b/cpufreq/cpufreq_02.sh
index 212b2eb..aeecd45 100755
--- a/cpufreq/cpufreq_02.sh
+++ b/cpufreq/cpufreq_02.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/cpufreq/cpufreq_03.sh b/cpufreq/cpufreq_03.sh
index 256a5c2..65aed52 100755
--- a/cpufreq/cpufreq_03.sh
+++ b/cpufreq/cpufreq_03.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/cpufreq/cpufreq_04.sh b/cpufreq/cpufreq_04.sh
index 6fa81fa..a4ee5db 100755
--- a/cpufreq/cpufreq_04.sh
+++ b/cpufreq/cpufreq_04.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/cpufreq/cpufreq_05.sh b/cpufreq/cpufreq_05.sh
index a264e24..560ae3d 100755
--- a/cpufreq/cpufreq_05.sh
+++ b/cpufreq/cpufreq_05.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/cpufreq/cpufreq_06.sh b/cpufreq/cpufreq_06.sh
index cb75e7f..d67ce6d 100755
--- a/cpufreq/cpufreq_06.sh
+++ b/cpufreq/cpufreq_06.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/cpufreq/cpufreq_07.sh b/cpufreq/cpufreq_07.sh
index 2fb4b53..1505cb3 100755
--- a/cpufreq/cpufreq_07.sh
+++ b/cpufreq/cpufreq_07.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/cpufreq/cpufreq_08.sh b/cpufreq/cpufreq_08.sh
index 3f47613..89be94c 100755
--- a/cpufreq/cpufreq_08.sh
+++ b/cpufreq/cpufreq_08.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/cpufreq/cpufreq_09.sh b/cpufreq/cpufreq_09.sh
index 7fa8317..1807dc8 100755
--- a/cpufreq/cpufreq_09.sh
+++ b/cpufreq/cpufreq_09.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/cpuhotplug/Makefile b/cpuhotplug/Makefile
index 2225d82..df0b8f4 100644
--- a/cpuhotplug/Makefile
+++ b/cpuhotplug/Makefile
@@ -1,5 +1,5 @@
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/cpuhotplug/cpuhotplug_01.sh b/cpuhotplug/cpuhotplug_01.sh
index f6f36ff..83fc17a 100644
--- a/cpuhotplug/cpuhotplug_01.sh
+++ b/cpuhotplug/cpuhotplug_01.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/cpuhotplug/cpuhotplug_02.sh b/cpuhotplug/cpuhotplug_02.sh
index 4f3f3d2..4273f65 100644
--- a/cpuhotplug/cpuhotplug_02.sh
+++ b/cpuhotplug/cpuhotplug_02.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/cpuhotplug/cpuhotplug_03.sh b/cpuhotplug/cpuhotplug_03.sh
index 489706b..51cde18 100644
--- a/cpuhotplug/cpuhotplug_03.sh
+++ b/cpuhotplug/cpuhotplug_03.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/cpuhotplug/cpuhotplug_04.sh b/cpuhotplug/cpuhotplug_04.sh
index 6cf944f..753cf55 100644
--- a/cpuhotplug/cpuhotplug_04.sh
+++ b/cpuhotplug/cpuhotplug_04.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/cpuhotplug/cpuhotplug_05.sh b/cpuhotplug/cpuhotplug_05.sh
index 82bf2b4..12df3c4 100644
--- a/cpuhotplug/cpuhotplug_05.sh
+++ b/cpuhotplug/cpuhotplug_05.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/cpuhotplug/cpuhotplug_06.sh b/cpuhotplug/cpuhotplug_06.sh
index 1b1c7eb..ce4ffeb 100644
--- a/cpuhotplug/cpuhotplug_06.sh
+++ b/cpuhotplug/cpuhotplug_06.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/cpuhotplug/cpuhotplug_07.sh b/cpuhotplug/cpuhotplug_07.sh
index 518ad06..72d9744 100644
--- a/cpuhotplug/cpuhotplug_07.sh
+++ b/cpuhotplug/cpuhotplug_07.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/cpuhotplug/cpuhotplug_08.sh b/cpuhotplug/cpuhotplug_08.sh
index 889221f..e996f11 100644
--- a/cpuhotplug/cpuhotplug_08.sh
+++ b/cpuhotplug/cpuhotplug_08.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/include/functions.sh b/include/functions.sh
index b34d49b..1d06249 100644
--- a/include/functions.sh
+++ b/include/functions.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/sched_mc/Makefile b/sched_mc/Makefile
index 762441f..a90620c 100644
--- a/sched_mc/Makefile
+++ b/sched_mc/Makefile
@@ -1,5 +1,5 @@
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/sched_mc/sched_01.sh b/sched_mc/sched_01.sh
index e0fd9aa..d4414b6 100755
--- a/sched_mc/sched_01.sh
+++ b/sched_mc/sched_01.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/sched_mc/sched_02.sh b/sched_mc/sched_02.sh
index 36730a4..c7cbc26 100755
--- a/sched_mc/sched_02.sh
+++ b/sched_mc/sched_02.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/sched_mc/sched_03.sh b/sched_mc/sched_03.sh
index b5a9c49..6520ce5 100755
--- a/sched_mc/sched_03.sh
+++ b/sched_mc/sched_03.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/sched_mc/sched_04.sh b/sched_mc/sched_04.sh
index 4d7cfc1..f9266e8 100755
--- a/sched_mc/sched_04.sh
+++ b/sched_mc/sched_04.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/testcases.awk b/testcases.awk
index a28279a..71ce9ee 100644
--- a/testcases.awk
+++ b/testcases.awk
@@ -1,5 +1,5 @@
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/testcases/Makefile b/testcases/Makefile
index 8844ad0..08b3233 100644
--- a/testcases/Makefile
+++ b/testcases/Makefile
@@ -1,5 +1,5 @@
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/testcases/cpufreq/Makefile b/testcases/cpufreq/Makefile
index 75413f2..65afd9a 100644
--- a/testcases/cpufreq/Makefile
+++ b/testcases/cpufreq/Makefile
@@ -1,5 +1,5 @@
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/testcases/cpufreq/avail_freq01.sh b/testcases/cpufreq/avail_freq01.sh
index 7396d05..1809e46 100755
--- a/testcases/cpufreq/avail_freq01.sh
+++ b/testcases/cpufreq/avail_freq01.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/testcases/cpufreq/avail_freq02.sh b/testcases/cpufreq/avail_freq02.sh
index f5a1a81..b012317 100755
--- a/testcases/cpufreq/avail_freq02.sh
+++ b/testcases/cpufreq/avail_freq02.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/testcases/cpufreq/avail_gov01.sh b/testcases/cpufreq/avail_gov01.sh
index 43f797c..d2c8f1c 100755
--- a/testcases/cpufreq/avail_gov01.sh
+++ b/testcases/cpufreq/avail_gov01.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/testcases/cpufreq/avail_gov02.sh b/testcases/cpufreq/avail_gov02.sh
index 1eea948..3e07d80 100755
--- a/testcases/cpufreq/avail_gov02.sh
+++ b/testcases/cpufreq/avail_gov02.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/testcases/cpuhotplug/Makefile b/testcases/cpuhotplug/Makefile
index f214123..ab92602 100644
--- a/testcases/cpuhotplug/Makefile
+++ b/testcases/cpuhotplug/Makefile
@@ -1,5 +1,5 @@
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/testcases/cpuhotplug/cpu_hotplug_latency.sh b/testcases/cpuhotplug/cpu_hotplug_latency.sh
index d7b29c8..9fb63f1 100755
--- a/testcases/cpuhotplug/cpu_hotplug_latency.sh
+++ b/testcases/cpuhotplug/cpu_hotplug_latency.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/testcases/cpuidle/Makefile b/testcases/cpuidle/Makefile
index a2c1f57..64a9f79 100644
--- a/testcases/cpuidle/Makefile
+++ b/testcases/cpuidle/Makefile
@@ -1,5 +1,5 @@
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/testcases/cpuidle/test_usb_cpuidle.c b/testcases/cpuidle/test_usb_cpuidle.c
index 985f2f2..9f12161 100644
--- a/testcases/cpuidle/test_usb_cpuidle.c
+++ b/testcases/cpuidle/test_usb_cpuidle.c
@@ -1,5 +1,5 @@
/*
- * PM-QA validation test suite for the power management on ARM
+ * PM-QA validation test suite for the power management on Linux
*
* Copyright (C) 2011, Linaro Limited.
*
diff --git a/testcases/proof_o_concept/Makefile b/testcases/proof_o_concept/Makefile
index 1cef8c4..6d54932 100644
--- a/testcases/proof_o_concept/Makefile
+++ b/testcases/proof_o_concept/Makefile
@@ -1,5 +1,5 @@
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/testcases/proof_o_concept/PM-list_c_states.sh b/testcases/proof_o_concept/PM-list_c_states.sh
index 537fc50..f274419 100755
--- a/testcases/proof_o_concept/PM-list_c_states.sh
+++ b/testcases/proof_o_concept/PM-list_c_states.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/testcases/proof_o_concept/PM-list_p_states.sh b/testcases/proof_o_concept/PM-list_p_states.sh
index 84d684d..8c592bf 100755
--- a/testcases/proof_o_concept/PM-list_p_states.sh
+++ b/testcases/proof_o_concept/PM-list_p_states.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/utils/Makefile b/utils/Makefile
index 6b0db07..6d2783f 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -1,5 +1,5 @@
#
-# PM-QA validation test suite for the power management on ARM
+# PM-QA validation test suite for the power management on Linux
#
# Copyright (C) 2011, Linaro Limited.
#
diff --git a/utils/cpuburn.c b/utils/cpuburn.c
index 12e82c0..af3d2ee 100644
--- a/utils/cpuburn.c
+++ b/utils/cpuburn.c
@@ -1,5 +1,5 @@
/*******************************************************************************
- * PM-QA validation test suite for the power management on ARM
+ * PM-QA validation test suite for the power management on Linux
*
* Copyright (C) 2011, Linaro Limited.
*
diff --git a/utils/cpucycle.c b/utils/cpucycle.c
index dc4a7d7..5ad36bc 100644
--- a/utils/cpucycle.c
+++ b/utils/cpucycle.c
@@ -1,5 +1,5 @@
/*******************************************************************************
- * PM-QA validation test suite for the power management on ARM
+ * PM-QA validation test suite for the power management on Linux
*
* Copyright (C) 2011, Linaro Limited.
*
diff --git a/utils/nanosleep.c b/utils/nanosleep.c
index f366e53..27f197e 100644
--- a/utils/nanosleep.c
+++ b/utils/nanosleep.c
@@ -1,5 +1,5 @@
/*******************************************************************************
- * PM-QA validation test suite for the power management on ARM
+ * PM-QA validation test suite for the power management on Linux
*
* Copyright (C) 2011, Linaro Limited.
*