diff options
author | Steve Capper <steve.capper@linaro.org> | 2013-06-27 16:08:10 +0100 |
---|---|---|
committer | Steve Capper <steve.capper@linaro.org> | 2013-06-27 16:25:33 +0100 |
commit | cd1e49a2c58df89f7780635ba0a123ab8b47546a (patch) | |
tree | 99968492771351072eb3b5fcb22286e44315ef29 | |
parent | f1da3104c4ee83ecc7f08def598822af9518a783 (diff) | |
download | linux-linaro-server.tar.gz |
Linaro: Switch CPUFreq to maximum performance.linaro-server
For benchmarking, reduce the number of moving parts so small performance
improvements can be measured.
Signed-off-by: Steve Capper <steve.capper@linaro.org>
-rw-r--r-- | linaro/configs/server.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linaro/configs/server.conf b/linaro/configs/server.conf index 30cb8822c1c..de760f8ad00 100644 --- a/linaro/configs/server.conf +++ b/linaro/configs/server.conf @@ -40,6 +40,9 @@ CONFIG_SLUB=y # Allow block device tracing so we can run diagnostics on IO. CONFIG_BLK_DEV_IO_TRACE=y +# Crank the CPUFREQ up to 11, we want maximum performance +CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y + # networking options for libvirt CONFIG_BRIDGE_NF_EBTABLES=m CONFIG_BRIDGE_EBT_BROUTE=m |