diff options
author | Ashley Lai <ashley.lai@canonical.com> | 2014-06-26 15:52:18 -0500 |
---|---|---|
committer | Ashley Lai <ashley.lai@canonical.com> | 2014-06-26 15:52:18 -0500 |
commit | 54c976635f50bfb3b691b7c6c3cdd3a19a216a85 (patch) | |
tree | 4976886e631fb74c17e83c898db79935e55878f2 | |
parent | 1144febc7c2008a618bdc9f73a51a5ad12515a37 (diff) |
CPU offline may not be supported on ARM systemplainbox-provider-checkbox-v0.6c1plainbox-provider-checkbox-v0.6
-rwxr-xr-x | bin/cpu_offlining | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cpu_offlining b/bin/cpu_offlining index c1c02a8..0e88af1 100755 --- a/bin/cpu_offlining +++ b/bin/cpu_offlining @@ -40,7 +40,7 @@ done if [ $result -eq 0 ]; then echo "Successfully turned $cpu_count cores off and back on" else - echo "Error with offlining one or more cores." 1>&2 + echo "Error with offlining one or more cores. CPU offline may not work if this is an ARM system." 1>&2 fi exit $result |