about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-11-17 10:51:15 +0100
committervan Hauser <vh@thc.org>2019-11-17 10:51:15 +0100
commit55ef73ed57dbedc871f948e29553bd9d4e0d2261 (patch)
treeda66d468454c8b9be507c1eb5fd186b05c2b5e5a
parent4b3deaf28b3219d47cf908a8f90686bd69d6aece (diff)
downloadafl++-55ef73ed57dbedc871f948e29553bd9d4e0d2261.tar.gz
not all CPUs understand ondemand
-rw-r--r--src/afl-fuzz-init.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/afl-fuzz-init.c b/src/afl-fuzz-init.c
index d99f9bec..82ba6f8a 100644
--- a/src/afl-fuzz-init.c
+++ b/src/afl-fuzz-init.c
@@ -1562,10 +1562,11 @@ void check_cpu_governor(void) {
        "    echo performance | tee cpu*/cpufreq/scaling_governor\n\n"
 
        "    You can later go back to the original state by replacing "
-       "'performance'\n"
-       "    with 'ondemand' or 'powersave'. If you don't want to change the settings,\n"
-       "    set AFL_SKIP_CPUFREQ to make afl-fuzz skip this check - but expect some\n"
-       "    performance drop.\n",
+       "'performance' with\n"
+       "    'ondemand'. If you don't want to change the settings, set "
+       "AFL_SKIP_CPUFREQ\n"
+       "    to make afl-fuzz skip this check - but expect some performance "
+       "drop.\n",
        min / 1024, max / 1024);
   FATAL("Suboptimal CPU scaling governor");