From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Jones Subject: acpi-cpufreq oddness Date: Fri, 18 Aug 2006 14:43:47 -0400 Message-ID: <20060818184347.GE4616@redhat.com> Mime-Version: 1.0 Return-path: Content-Disposition: inline Sender: linux-acpi-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Alexey Starikovskiy Cc: "Brown, Len" , cpufreq@lists.linux.org.uk, linux-acpi@vger.kernel.org Someone reported to me that modprobe acpi-cpufreq now fails noisily complaining about invalid arguments. I was able to reproduce it on one of my boxes that doesn't have any form of speed scaling at all. Previously, the modprobe would return with -ENODEV, but now its getting an -EINVAL from somewhere. (I'm still trying to chase down exactly where its coming from). So far in chasing this, all I found is a cosmetic bug, acpi_cpufreq_target has a.. dprintk("acpi_cpufreq_setpolicy"); in it, which is the only reference to setpolicy in the whole driver. I don't have handy access to a git tree at the moment, and I've forgotten the history of the recent changes here. Alexey/Len, any ideas whats going on here? Dave -- http://www.codemonkey.org.uk