[E-devel] [PATCH] cpufreq module for >1CPU

2006-09-02 Thread Rabinath
To make the cpufreq module set the speed for both (or all?) CPUs, the freqset utility has to be modified. This should do the job. --- e17_orig/apps/e/src/modules/cpufreq/freqset.c 2006-08-21 17:59:07.0 +0200 +++ e17/apps/e/src/modules/cpufreq/freqset.c 2006-08-21 17:58:42.0 +0200 @

[E-devel] [PATCH] cpu module for >1 cpus

2006-09-01 Thread Rabinath
I had to modify the CPU module a bit to make it show the usage of both of my CPU cores. I checked it for compatibility on another machine with a plain normal Pentium 3 CPU. Without the patch the CPU module only shows the summary of both cores divided by 2 on the left and always 0% on the right. --