Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751141AbWCVJEe (ORCPT ); Wed, 22 Mar 2006 04:04:34 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751143AbWCVJEd (ORCPT ); Wed, 22 Mar 2006 04:04:33 -0500 Received: from mrelay2.soas.ac.uk ([212.219.139.201]:26260 "EHLO mrelay2.soas.ac.uk") by vger.kernel.org with ESMTP id S1751141AbWCVJEc (ORCPT ); Wed, 22 Mar 2006 04:04:32 -0500 Date: Wed, 22 Mar 2006 08:59:10 +0000 From: Alexander Clouter To: cpufreq@lists.linux.org.uk, linux-kernel@vger.kernel.org Cc: venkatesh.pallipadi@intel.com, linux@dominikbrodowski.de, akpm@osdl.org Subject: [patch 2/4] cpufreq_conservative: update and align of codebase Message-ID: <20060322085910.GB10689@inskipp.digriz.org.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="CdrF4e02JqNVZeln" Content-Disposition: inline Organization: diGriz X-URL: http://www.digriz.org.uk/ User-Agent: Mutt/1.5.11+cvs20060126 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1073 Lines: 33 --CdrF4e02JqNVZeln Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The sensible approach to making conservative less responsive :) As mentioned in patch [1/4]. Signed-off-by: Alexander Clouter --CdrF4e02JqNVZeln Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="02_cpufreq-samplingrate.diff" --- linux-2.6.16/drivers/cpufreq/cpufreq_conservative.c.orig 2006-03-21 21:26:18.631603500 +0000 +++ linux-2.6.16/drivers/cpufreq/cpufreq_conservative.c 2006-03-21 21:27:58.333834500 +0000 @@ -509,7 +509,7 @@ if (latency == 0) latency = 1; - def_sampling_rate = latency * + def_sampling_rate = 10 * latency * DEF_SAMPLING_RATE_LATENCY_MULTIPLIER; if (def_sampling_rate < MIN_STAT_SAMPLING_RATE) --CdrF4e02JqNVZeln-- - 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/