Hey, On Thu, Sep 03, 2009 at 01:23:28PM +0200, Thomas Renninger wrote: > I now realized that this patch somewhat clashes with > cpufrequtils cpufreq-info --hwlimits command. > IMO "cpufreq-info --hwlimits" is wrong here as it evaluates > max_freq sysfs value which could also get limited by the user. huh? brodo@comet:~$ cpufreq-info --hwlimits 800000 2001000 brodo@comet:~$ sudo cpufreq-set --max 1.2G brodo@comet:~$ cpufreq-info --hwlimits 800000 2001000 --hwlimits evaluates cpuinfo_{cur,min,max}_freq which are the hardware limits. Those may be limited further by the BIOS on runtime (firmware limits, so to speak). It seems to me that this is what you want to add with this patch? Best, Dominik -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html