Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754611AbZLIL4i (ORCPT ); Wed, 9 Dec 2009 06:56:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752832AbZLIL4h (ORCPT ); Wed, 9 Dec 2009 06:56:37 -0500 Received: from smtp.gentoo.org ([140.211.166.183]:43210 "EHLO smtp.gentoo.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752600AbZLIL4g (ORCPT ); Wed, 9 Dec 2009 06:56:36 -0500 From: Mike Frysinger To: Dave Jones , cpufreq@vger.kernel.org Cc: linux-kernel@vger.kernel.org Subject: [PATCH] cpu-freq: fix default value for ondemand governor Date: Wed, 9 Dec 2009 06:56:40 -0500 Message-Id: <1260359800-15831-1-git-send-email-vapier@gentoo.org> X-Mailer: git-send-email 1.6.5.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1316 Lines: 28 Signed-off-by: Mike Frysinger --- Documentation/cpu-freq/governors.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/cpu-freq/governors.txt b/Documentation/cpu-freq/governors.txt index aed082f..737988f 100644 --- a/Documentation/cpu-freq/governors.txt +++ b/Documentation/cpu-freq/governors.txt @@ -145,8 +145,8 @@ show_sampling_rate_max: THIS INTERFACE IS DEPRECATED, DON'T USE IT. up_threshold: defines what the average CPU usage between the samplings of 'sampling_rate' needs to be for the kernel to make a decision on whether it should increase the frequency. For example when it is set -to its default value of '80' it means that between the checking -intervals the CPU needs to be on average more than 80% in use to then +to its default value of '95' it means that between the checking +intervals the CPU needs to be on average more than 95% in use to then decide that the CPU frequency needs to be increased. ignore_nice_load: this parameter takes a value of '0' or '1'. When -- 1.6.5.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/